aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/kdenotify
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/kdenotify')
-rw-r--r--src/plugins/General/kdenotify/kdenotifyfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/kdenotify/kdenotifyfactory.cpp b/src/plugins/General/kdenotify/kdenotifyfactory.cpp
index dc7a05b0e..44c3e4acb 100644
--- a/src/plugins/General/kdenotify/kdenotifyfactory.cpp
+++ b/src/plugins/General/kdenotify/kdenotifyfactory.cpp
@@ -60,4 +60,4 @@ QTranslator *KdeNotifyFactory::createTranslator(QObject *parent)
return translator;
}
-Q_EXPORT_PLUGIN(KdeNotifyFactory)
+Q_EXPORT_PLUGIN2(kdenotify, KdeNotifyFactory)