diff options
Diffstat (limited to 'src/plugins/General/hotkey/hotkeyfactory.h')
| -rw-r--r-- | src/plugins/General/hotkey/hotkeyfactory.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/General/hotkey/hotkeyfactory.h b/src/plugins/General/hotkey/hotkeyfactory.h index d4f1618a5..98e8cbcac 100644 --- a/src/plugins/General/hotkey/hotkeyfactory.h +++ b/src/plugins/General/hotkey/hotkeyfactory.h @@ -24,8 +24,6 @@ @author Ilya Kotov <forkotov02@ya.ru> */ #include <QObject> -#include <QTranslator> - #include <qmmpui/general.h> #include <qmmpui/generalfactory.h> @@ -39,7 +37,6 @@ public: QObject *create(QObject *parent); QDialog *createConfigDialog(QWidget *parent); void showAbout(QWidget *parent); - QTranslator *createTranslator(QObject *parent); }; #endif |
