aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/mpris/mpris2/root2object.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/mpris/mpris2/root2object.h')
-rw-r--r--src/plugins/General/mpris/mpris2/root2object.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/General/mpris/mpris2/root2object.h b/src/plugins/General/mpris/mpris2/root2object.h
index f661df200..9da148a97 100644
--- a/src/plugins/General/mpris/mpris2/root2object.h
+++ b/src/plugins/General/mpris/mpris2/root2object.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2010 by Ilya Kotov *
+ * Copyright (C) 2010-2011 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -20,13 +20,13 @@
#ifndef ROOT2OBJECT_H
#define ROOT2OBJECT_H
-#include <QObject>
+#include <QDBusAbstractAdaptor>
#include <QStringList>
/**
@author Ilya Kotov <forkotov02@hotmail.ru>
*/
-class Root2Object : public QObject
+class Root2Object : public QDBusAbstractAdaptor
{
Q_OBJECT
Q_CLASSINFO("D-Bus Interface", "org.mpris.MediaPlayer2")