aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hal/halfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/hal/halfactory.h')
-rw-r--r--src/plugins/General/hal/halfactory.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/General/hal/halfactory.h b/src/plugins/General/hal/halfactory.h
index 02c063993..a2b8b5ed9 100644
--- a/src/plugins/General/hal/halfactory.h
+++ b/src/plugins/General/hal/halfactory.h
@@ -24,8 +24,6 @@
@author Ilya Kotov <forkotov02@ya.ru>
*/
#include <QObject>
-#include <QTranslator>
-
#include <qmmpui/general.h>
#include <qmmpui/generalfactory.h>
@@ -39,8 +37,6 @@ public:
QObject *create(QObject *parent);
QDialog *createConfigDialog(QWidget *parent);
void showAbout(QWidget *parent);
- QTranslator *createTranslator(QObject *parent);
-
};
#endif