diff options
| -rw-r--r-- | src/plugins/General/kdenotify/kdenotifyfactory.cpp | 2 | ||||
| -rw-r--r-- | src/plugins/General/statusicon/statusiconfactory.cpp | 4 |
2 files changed, 3 insertions, 3 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) diff --git a/src/plugins/General/statusicon/statusiconfactory.cpp b/src/plugins/General/statusicon/statusiconfactory.cpp index 865a2c05f..169c9bf91 100644 --- a/src/plugins/General/statusicon/statusiconfactory.cpp +++ b/src/plugins/General/statusicon/statusiconfactory.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2012 by Ilya Kotov * + * Copyright (C) 2008-2015 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -62,4 +62,4 @@ QTranslator *StatusIconFactory::createTranslator(QObject *parent) return translator; } -Q_EXPORT_PLUGIN(StatusIconFactory) +Q_EXPORT_PLUGIN2(statusicon, StatusIconFactory) |
