aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/scrobbler/scrobblerfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/scrobbler/scrobblerfactory.h')
-rw-r--r--src/plugins/General/scrobbler/scrobblerfactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/scrobbler/scrobblerfactory.h b/src/plugins/General/scrobbler/scrobblerfactory.h
index 240749714..a0bd0a626 100644
--- a/src/plugins/General/scrobbler/scrobblerfactory.h
+++ b/src/plugins/General/scrobbler/scrobblerfactory.h
@@ -36,7 +36,7 @@ Q_INTERFACES(GeneralFactory);
public:
const GeneralProperties properties() const;
General *create(QObject *parent);
- void showSettings(QWidget *parent);
+ QDialog *createConfigDialog(QWidget *parent);
void showAbout(QWidget *parent);
QTranslator *createTranslator(QObject *parent);