summaryrefslogtreecommitdiffstats
path: root/gui/server_normal/help.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/server_normal/help.h')
-rw-r--r--gui/server_normal/help.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/gui/server_normal/help.h b/gui/server_normal/help.h
deleted file mode 100644
index c26d5d4..0000000
--- a/gui/server_normal/help.h
+++ /dev/null
@@ -1,22 +0,0 @@
-#ifndef HELP_H
-#define HELP_H
-
-#include <QWidget>
-
-namespace Ui {
-class help;
-}
-
-class help : public QWidget
-{
- Q_OBJECT
-
-public:
- explicit help(QWidget *parent = 0);
- ~help();
-
-private:
- Ui::help *ui;
-};
-
-#endif // HELP_H