aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/kdenotify/kdenotifyfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/kdenotify/kdenotifyfactory.h')
-rw-r--r--src/plugins/General/kdenotify/kdenotifyfactory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/kdenotify/kdenotifyfactory.h b/src/plugins/General/kdenotify/kdenotifyfactory.h
index b9d5634eb..f4c9ea238 100644
--- a/src/plugins/General/kdenotify/kdenotifyfactory.h
+++ b/src/plugins/General/kdenotify/kdenotifyfactory.h
@@ -30,11 +30,11 @@
class KdeNotifyFactory : public QObject, public GeneralFactory
{
- Q_OBJECT;
+ Q_OBJECT
Q_INTERFACES(GeneralFactory)
public:
const GeneralProperties properties() const;
- General *create(QObject *parent);
+ QObject *create(QObject *parent);
QDialog *createConfigDialog(QWidget *parent);
void showAbout(QWidget *parent);
QTranslator *createTranslator(QObject *parent);