diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-07-26 09:19:01 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-07-26 09:19:01 +0000 |
| commit | 964a6f9d7d0fa80d766458ac38e11af7e2ff8b8d (patch) | |
| tree | e5d314d13460483f3f9ebe5166e41f2fc64c87d7 | |
| parent | c66f858980ca79e2fd45dbed56856ac856f79172 (diff) | |
| download | qmmp-964a6f9d7d0fa80d766458ac38e11af7e2ff8b8d.tar.gz qmmp-964a6f9d7d0fa80d766458ac38e11af7e2ff8b8d.tar.bz2 qmmp-964a6f9d7d0fa80d766458ac38e11af7e2ff8b8d.zip | |
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
| -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) |
