From 4482829287e10dbac28fa50e1c32b55fe35ad378 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 17 Mar 2008 16:43:46 +0000 Subject: general plugin api changes git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@274 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/scrobbler/scrobblerfactory.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/plugins/General/scrobbler/scrobblerfactory.h') diff --git a/src/plugins/General/scrobbler/scrobblerfactory.h b/src/plugins/General/scrobbler/scrobblerfactory.h index a0bd0a626..d883da917 100644 --- a/src/plugins/General/scrobbler/scrobblerfactory.h +++ b/src/plugins/General/scrobbler/scrobblerfactory.h @@ -27,6 +27,7 @@ #include #include +#include #include class ScrobblerFactory : public QObject, public GeneralFactory @@ -35,7 +36,7 @@ Q_OBJECT Q_INTERFACES(GeneralFactory); public: const GeneralProperties properties() const; - General *create(QObject *parent); + General *create(Control*, QObject *parent); QDialog *createConfigDialog(QWidget *parent); void showAbout(QWidget *parent); QTranslator *createTranslator(QObject *parent); -- cgit v1.2.3-13-gbd6f