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