aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/mpris/mpris.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/mpris/mpris.cpp')
-rw-r--r--src/plugins/General/mpris/mpris.cpp4
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)