aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General')
-rw-r--r--src/plugins/General/fileops/fileopsfactory.cpp2
-rw-r--r--src/plugins/General/hal/halfactory.cpp2
-rw-r--r--src/plugins/General/hotkey/hotkeyfactory.cpp2
-rw-r--r--src/plugins/General/lyrics/lyricsfactory.cpp2
-rw-r--r--src/plugins/General/mpris/mprisfactory.cpp2
-rw-r--r--src/plugins/General/notifier/notifierfactory.cpp2
-rw-r--r--src/plugins/General/scrobbler/scrobblerfactory.cpp2
-rw-r--r--src/plugins/General/statusicon/statusiconfactory.cpp2
8 files changed, 8 insertions, 8 deletions
diff --git a/src/plugins/General/fileops/fileopsfactory.cpp b/src/plugins/General/fileops/fileopsfactory.cpp
index a99e65deb..20e8aca0e 100644
--- a/src/plugins/General/fileops/fileopsfactory.cpp
+++ b/src/plugins/General/fileops/fileopsfactory.cpp
@@ -60,4 +60,4 @@ QTranslator *FileOpsFactory::createTranslator(QObject *parent)
return translator;
}
-Q_EXPORT_PLUGIN(FileOpsFactory)
+Q_EXPORT_PLUGIN2(fileops, FileOpsFactory)
diff --git a/src/plugins/General/hal/halfactory.cpp b/src/plugins/General/hal/halfactory.cpp
index 4c7cfd04b..97456d1a1 100644
--- a/src/plugins/General/hal/halfactory.cpp
+++ b/src/plugins/General/hal/halfactory.cpp
@@ -62,4 +62,4 @@ QTranslator *HalFactory::createTranslator(QObject *parent)
return translator;
}
-Q_EXPORT_PLUGIN(HalFactory)
+Q_EXPORT_PLUGIN2(hal, HalFactory)
diff --git a/src/plugins/General/hotkey/hotkeyfactory.cpp b/src/plugins/General/hotkey/hotkeyfactory.cpp
index 2c469f74f..9e706369d 100644
--- a/src/plugins/General/hotkey/hotkeyfactory.cpp
+++ b/src/plugins/General/hotkey/hotkeyfactory.cpp
@@ -61,4 +61,4 @@ QTranslator *HotkeyFactory::createTranslator(QObject *parent)
return translator;
}
-Q_EXPORT_PLUGIN(HotkeyFactory)
+Q_EXPORT_PLUGIN2(hotkey, HotkeyFactory)
diff --git a/src/plugins/General/lyrics/lyricsfactory.cpp b/src/plugins/General/lyrics/lyricsfactory.cpp
index 1ac6d28e8..f9e8f1d7c 100644
--- a/src/plugins/General/lyrics/lyricsfactory.cpp
+++ b/src/plugins/General/lyrics/lyricsfactory.cpp
@@ -61,4 +61,4 @@ QTranslator *LyricsFactory::createTranslator(QObject *parent)
return translator;
}
-Q_EXPORT_PLUGIN(LyricsFactory)
+Q_EXPORT_PLUGIN2(lyrcis, LyricsFactory)
diff --git a/src/plugins/General/mpris/mprisfactory.cpp b/src/plugins/General/mpris/mprisfactory.cpp
index 0d8ae0a28..0b95d9967 100644
--- a/src/plugins/General/mpris/mprisfactory.cpp
+++ b/src/plugins/General/mpris/mprisfactory.cpp
@@ -59,4 +59,4 @@ QTranslator *MPRISFactory::createTranslator(QObject *parent)
return translator;
}
-Q_EXPORT_PLUGIN(MPRISFactory)
+Q_EXPORT_PLUGIN2(mpris, MPRISFactory)
diff --git a/src/plugins/General/notifier/notifierfactory.cpp b/src/plugins/General/notifier/notifierfactory.cpp
index a1095fccf..49be44fd6 100644
--- a/src/plugins/General/notifier/notifierfactory.cpp
+++ b/src/plugins/General/notifier/notifierfactory.cpp
@@ -60,4 +60,4 @@ QTranslator *NotifierFactory::createTranslator(QObject *parent)
return translator;
}
-Q_EXPORT_PLUGIN(NotifierFactory)
+Q_EXPORT_PLUGIN2(notifier,NotifierFactory)
diff --git a/src/plugins/General/scrobbler/scrobblerfactory.cpp b/src/plugins/General/scrobbler/scrobblerfactory.cpp
index fc613bb0b..02a729e7c 100644
--- a/src/plugins/General/scrobbler/scrobblerfactory.cpp
+++ b/src/plugins/General/scrobbler/scrobblerfactory.cpp
@@ -60,4 +60,4 @@ QTranslator *ScrobblerFactory::createTranslator(QObject *parent)
return translator;
}
-Q_EXPORT_PLUGIN(ScrobblerFactory)
+Q_EXPORT_PLUGIN2(scrobbler, ScrobblerFactory)
diff --git a/src/plugins/General/statusicon/statusiconfactory.cpp b/src/plugins/General/statusicon/statusiconfactory.cpp
index 129414cc6..74adae06f 100644
--- a/src/plugins/General/statusicon/statusiconfactory.cpp
+++ b/src/plugins/General/statusicon/statusiconfactory.cpp
@@ -60,4 +60,4 @@ QTranslator *StatusIconFactory::createTranslator(QObject *parent)
return translator;
}
-Q_EXPORT_PLUGIN(StatusIconFactory)
+Q_EXPORT_PLUGIN2(statusicon,StatusIconFactory)