summaryrefslogtreecommitdiffstats
path: root/noatun/modules/marquis
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules/marquis')
-rw-r--r--noatun/modules/marquis/marquis.cpp2
-rw-r--r--noatun/modules/marquis/marquis.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/noatun/modules/marquis/marquis.cpp b/noatun/modules/marquis/marquis.cpp
index 71612174..f1f46ae8 100644
--- a/noatun/modules/marquis/marquis.cpp
+++ b/noatun/modules/marquis/marquis.cpp
@@ -35,7 +35,7 @@
#include "marquis.h"
#include <noatun/player.h>
#include <noatun/engine.h>
-#include <kaction.h>
+#include <tdeaction.h>
static int getPlayStatus( Player *player )
{
diff --git a/noatun/modules/marquis/marquis.h b/noatun/modules/marquis/marquis.h
index 276ebc9a..00789b43 100644
--- a/noatun/modules/marquis/marquis.h
+++ b/noatun/modules/marquis/marquis.h
@@ -28,7 +28,7 @@
#include <noatun/plugin.h>
#include <noatun/app.h>
-#include <kmainwindow.h>
+#include <tdemainwindow.h>
class Player;