From 964a6f9d7d0fa80d766458ac38e11af7e2ff8b8d Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 26 Jul 2015 09:19:01 +0000 Subject: replaced deprecated Q_EXPORT_PLUGIN by Q_EXPORT_PLUGIN2 git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5259 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/kdenotify/kdenotifyfactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/General/kdenotify') 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) -- cgit v1.2.3-13-gbd6f