summaryrefslogtreecommitdiffstats
path: root/kbattleship
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-02-25 22:46:47 +0900
committerMichele Calgaro <[email protected]>2025-02-25 22:46:47 +0900
commitaf1d900091ce7c28c7e726df7641004cc0cfb01a (patch)
treedcf19b93096afb798a74c36e1df9ab0294ebda5b /kbattleship
parentd79350771083586c8d57322e49b6bce56a1ff11d (diff)
downloadtdegames-af1d900091ce7c28c7e726df7641004cc0cfb01a.tar.gz
tdegames-af1d900091ce7c28c7e726df7641004cc0cfb01a.zip
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kbattleship')
-rw-r--r--kbattleship/kbattleship/kbattleship.cpp2
-rw-r--r--kbattleship/kbattleship/kgridwidget.cpp2
-rw-r--r--kbattleship/kbattleship/main.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/kbattleship/kbattleship/kbattleship.cpp b/kbattleship/kbattleship/kbattleship.cpp
index 79c89005..894b354a 100644
--- a/kbattleship/kbattleship/kbattleship.cpp
+++ b/kbattleship/kbattleship/kbattleship.cpp
@@ -22,7 +22,7 @@
#include <kinputdialog.h>
#include <knotifyclient.h>
#include <knotifydialog.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kstatusbar.h>
#include <kstdgameaction.h>
#include <tdecmdlineargs.h>
diff --git a/kbattleship/kbattleship/kgridwidget.cpp b/kbattleship/kbattleship/kgridwidget.cpp
index 1a94b873..267bdd9e 100644
--- a/kbattleship/kbattleship/kgridwidget.cpp
+++ b/kbattleship/kbattleship/kgridwidget.cpp
@@ -19,7 +19,7 @@
#include <tqimage.h>
#include <tqpainter.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kimageeffect.h>
#include <kdebug.h>
diff --git a/kbattleship/kbattleship/main.cpp b/kbattleship/kbattleship/main.cpp
index c53a5942..706fe650 100644
--- a/kbattleship/kbattleship/main.cpp
+++ b/kbattleship/kbattleship/main.cpp
@@ -18,7 +18,7 @@
#include <tdecmdlineargs.h>
#include <tdeaboutdata.h>
#include <tdelocale.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include "kbattleship.h"
extern const char *clientName, *clientVersion, *clientDescription;