aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/converter/converterfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/converter/converterfactory.h')
-rw-r--r--src/plugins/General/converter/converterfactory.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/General/converter/converterfactory.h b/src/plugins/General/converter/converterfactory.h
index 88017bfcf..83a7f3bf3 100644
--- a/src/plugins/General/converter/converterfactory.h
+++ b/src/plugins/General/converter/converterfactory.h
@@ -20,9 +20,7 @@
#ifndef CONVERTERFACTORY_H
#define CONVERTERFACTORY_H
-
#include <QObject>
-#include <QTranslator>
#include <QDialog>
#include <qmmpui/general.h>
#include <qmmpui/generalfactory.h>
@@ -40,7 +38,6 @@ public:
QObject *create(QObject *parent);
QDialog *createConfigDialog(QWidget *parent);
void showAbout(QWidget *parent);
- QTranslator *createTranslator(QObject *parent);
};
#endif