From 67cc84bdd339f12e1390a8ecdd2142602c9fdf8e Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 7 May 2011 19:23:40 +0000 Subject: 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 --- src/plugins/General/mpris/mpris2/root2object.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/plugins/General/mpris/mpris2/root2object.h') 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 +#include #include /** @author Ilya Kotov */ -class Root2Object : public QObject +class Root2Object : public QDBusAbstractAdaptor { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.mpris.MediaPlayer2") -- cgit v1.2.3-13-gbd6f