diff options
Diffstat (limited to 'src/plugins/General/mpris/mpris.pro')
| -rw-r--r-- | src/plugins/General/mpris/mpris.pro | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/General/mpris/mpris.pro b/src/plugins/General/mpris/mpris.pro index b13250c34..7d7cdd4b6 100644 --- a/src/plugins/General/mpris/mpris.pro +++ b/src/plugins/General/mpris/mpris.pro @@ -6,13 +6,13 @@ QT += dbus HEADERS += mprisfactory.h \ mpris.h \ - mpris2/root2object.h \ - mpris2/player2object.h + root2object.h \ + player2object.h SOURCES += mprisfactory.cpp \ mpris.cpp \ - mpris2/root2object.cpp \ - mpris2/player2object.cpp + root2object.cpp \ + player2object.cpp RESOURCES = translations/translations.qrc |
