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