aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/mpris/mpris2/player2object.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-05-07 19:23:40 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-05-07 19:23:40 +0000
commit67cc84bdd339f12e1390a8ecdd2142602c9fdf8e (patch)
tree579b4849c91843965b3457608f8fcb503e56ac15 /src/plugins/General/mpris/mpris2/player2object.h
parentf5bf7b1ac031f164d7eef81d302e2ce2dc9f2bc8 (diff)
downloadqmmp-67cc84bdd339f12e1390a8ecdd2142602c9fdf8e.tar.gz
qmmp-67cc84bdd339f12e1390a8ecdd2142602c9fdf8e.tar.bz2
qmmp-67cc84bdd339f12e1390a8ecdd2142602c9fdf8e.zip
fixed broken mpris2 (Closes issue 466)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2177 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/mpris/mpris2/player2object.h')
-rw-r--r--src/plugins/General/mpris/mpris2/player2object.h4
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")