diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2019-02-23 20:12:20 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2019-02-23 20:12:20 +0000 |
| commit | 84fe750a3a55248571d2b204322b725116d81d51 (patch) | |
| tree | 6f97fed8cbd4a7c0fc74c2278284714a7da2d4d3 /src/plugins/General/mpris/mpris.cpp | |
| parent | 71ab450731056227dde66aedf16d79d39c2bb422 (diff) | |
| download | qmmp-84fe750a3a55248571d2b204322b725116d81d51.tar.gz qmmp-84fe750a3a55248571d2b204322b725116d81d51.tar.bz2 qmmp-84fe750a3a55248571d2b204322b725116d81d51.zip | |
mpris: changed source structure
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8727 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/mpris/mpris.cpp')
| -rw-r--r-- | src/plugins/General/mpris/mpris.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/mpris/mpris.cpp b/src/plugins/General/mpris/mpris.cpp index 4cf5df042..d373f3bc4 100644 --- a/src/plugins/General/mpris/mpris.cpp +++ b/src/plugins/General/mpris/mpris.cpp @@ -19,8 +19,8 @@ ***************************************************************************/ #include <QtDBus> -#include "mpris2/root2object.h" -#include "mpris2/player2object.h" +#include "root2object.h" +#include "player2object.h" #include "mpris.h" MPRIS::MPRIS(QObject *parent) : QObject(parent) |
