aboutsummaryrefslogtreecommitdiff
path: root/mpris-plugin
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2024-01-14 01:10:14 -0500
committerGravatar Chris Xiong <chirs241097@gmail.com> 2024-01-14 01:10:14 -0500
commit25db2afffa17d09b0f415a76d9a73a92f2c062bd (patch)
treeee91532af87fec5cb28d2d7c6e12e6654009d380 /mpris-plugin
parent7830db71fa0160d7f40ea9b4650003019c2ff50c (diff)
downloadQMidiPlayer-25db2afffa17d09b0f415a76d9a73a92f2c062bd.tar.xz
Include path trimming.
Diffstat (limited to 'mpris-plugin')
-rw-r--r--mpris-plugin/qmpmpris.hpp2
-rw-r--r--mpris-plugin/qmpmprisimpl.cpp2
-rw-r--r--mpris-plugin/qmpriswrapper.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/mpris-plugin/qmpmpris.hpp b/mpris-plugin/qmpmpris.hpp
index fbc8bfa..8530562 100644
--- a/mpris-plugin/qmpmpris.hpp
+++ b/mpris-plugin/qmpmpris.hpp
@@ -1,7 +1,7 @@
#ifndef QMPMPRIS_HPP
#define QMPMPRIS_HPP
-#include "../include/qmpcorepublic.hpp"
+#include "qmpcorepublic.hpp"
class QMPrisWrapper;
class qmpMPrisPlugin: public qmpPluginIntf
diff --git a/mpris-plugin/qmpmprisimpl.cpp b/mpris-plugin/qmpmprisimpl.cpp
index 583cc70..8786291 100644
--- a/mpris-plugin/qmpmprisimpl.cpp
+++ b/mpris-plugin/qmpmprisimpl.cpp
@@ -1,6 +1,6 @@
#include <QMetaEnum>
-#include "../include/qmpcorepublic.hpp"
+#include "qmpcorepublic.hpp"
#include "../qmidiplayer-desktop/qmpmainwindow.hpp"
#include "qmpmprisimpl.hpp"
diff --git a/mpris-plugin/qmpriswrapper.cpp b/mpris-plugin/qmpriswrapper.cpp
index 8a3f273..bc20b61 100644
--- a/mpris-plugin/qmpriswrapper.cpp
+++ b/mpris-plugin/qmpriswrapper.cpp
@@ -4,7 +4,7 @@
#include <QDBusConnection>
#include <QDBusMessage>
-#include "../include/qmpcorepublic.hpp"
+#include "qmpcorepublic.hpp"
QMPrisWrapper::QMPrisWrapper(QString serviceSuffix, qmpPluginAPI *_api, QObject *parent) :
api(_api),