aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/statusicon/statusiconfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/statusicon/statusiconfactory.h')
-rw-r--r--src/plugins/General/statusicon/statusiconfactory.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/General/statusicon/statusiconfactory.h b/src/plugins/General/statusicon/statusiconfactory.h
index bb75f8843..c2dc76bc5 100644
--- a/src/plugins/General/statusicon/statusiconfactory.h
+++ b/src/plugins/General/statusicon/statusiconfactory.h
@@ -28,7 +28,6 @@
#include <QDialog>
#include <qmmpui/general.h>
-#include <qmmpui/control.h>
#include <qmmpui/generalfactory.h>
class StatusIconFactory : public QObject, public GeneralFactory
@@ -37,7 +36,7 @@ Q_OBJECT
Q_INTERFACES(GeneralFactory);
public:
const GeneralProperties properties() const;
- General *create(Control *control, QObject *parent);
+ General *create(QObject *parent);
QDialog *createConfigDialog(QWidget *parent);
void showAbout(QWidget *parent);
QTranslator *createTranslator(QObject *parent);