summaryrefslogtreecommitdiffstats
path: root/ksnake
diff options
context:
space:
mode:
Diffstat (limited to 'ksnake')
-rw-r--r--ksnake/game.h2
-rw-r--r--ksnake/rattler.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/ksnake/game.h b/ksnake/game.h
index 35e8cb38..4a5156c1 100644
--- a/ksnake/game.h
+++ b/ksnake/game.h
@@ -26,7 +26,7 @@
#ifndef GAME_H
#define GAME_H
-#include <kmainwindow.h>
+#include <tdemainwindow.h>
class TDEAction;
class Rattler;
diff --git a/ksnake/rattler.h b/ksnake/rattler.h
index bd61e871..af981c36 100644
--- a/ksnake/rattler.h
+++ b/ksnake/rattler.h
@@ -27,7 +27,7 @@
#define RATTLER_H
#include <tqwidget.h>
-#include <kaction.h>
+#include <tdeaction.h>
#include "ball.h"
#include "snake.h"