summaryrefslogtreecommitdiffstats
path: root/ksokoban/PlayField.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksokoban/PlayField.cpp')
-rw-r--r--ksokoban/PlayField.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ksokoban/PlayField.cpp b/ksokoban/PlayField.cpp
index b5433ed9..1483aa44 100644
--- a/ksokoban/PlayField.cpp
+++ b/ksokoban/PlayField.cpp
@@ -25,10 +25,10 @@
#include <tqkeycode.h>
#include <tdeconfig.h>
#include <tdeapplication.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <tqpainter.h>
-#include <kmessagebox.h>
-#include <kglobalsettings.h>
+#include <tdemessagebox.h>
+#include <tdeglobalsettings.h>
#include "PlayField.h"
#include "ModalLabel.h"