diff options
Diffstat (limited to 'src/plugins/General/mpris/mpris2/player2object.h')
| -rw-r--r-- | src/plugins/General/mpris/mpris2/player2object.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/mpris/mpris2/player2object.h b/src/plugins/General/mpris/mpris2/player2object.h index a3addf2f2..8a0763487 100644 --- a/src/plugins/General/mpris/mpris2/player2object.h +++ b/src/plugins/General/mpris/mpris2/player2object.h @@ -20,7 +20,7 @@ #ifndef PLAYER2OBJECT_H #define PLAYER2OBJECT_H -#include <QObject> +#include <QDBusAbstractAdaptor> #include <QVariantMap> #include <QDBusObjectPath> #include <QMap> @@ -35,7 +35,7 @@ class PlayListItem; /** @author Ilya Kotov <forkotov02@hotmail.ru> */ -class Player2Object : public QObject +class Player2Object : public QDBusAbstractAdaptor { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.mpris.MediaPlayer2.Player") |
