aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/mpris/mprisfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/mpris/mprisfactory.cpp')
-rw-r--r--src/plugins/General/mpris/mprisfactory.cpp2
1 files changed, 1 insertions, 1 deletions
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)