aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/kdenotify/kdenotifyfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/kdenotify/kdenotifyfactory.cpp')
-rw-r--r--src/plugins/General/kdenotify/kdenotifyfactory.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/General/kdenotify/kdenotifyfactory.cpp b/src/plugins/General/kdenotify/kdenotifyfactory.cpp
index 557c9f024..2de043e0f 100644
--- a/src/plugins/General/kdenotify/kdenotifyfactory.cpp
+++ b/src/plugins/General/kdenotify/kdenotifyfactory.cpp
@@ -19,13 +19,12 @@
***************************************************************************/
#include <QMessageBox>
-#include <QTranslator>
-#include <QtPlugin>
#include "kdenotifyfactory.h"
#include "kdenotify.h"
#include "settingsdialog.h"
+
const GeneralProperties KdeNotifyFactory::properties() const
{
GeneralProperties properties;
@@ -61,5 +60,3 @@ QTranslator *KdeNotifyFactory::createTranslator(QObject *parent)
translator->load(QString(":/kdenotify_plugin_") + locale);
return translator;
}
-
-Q_EXPORT_PLUGIN2(kdenotify, KdeNotifyFactory)