summaryrefslogtreecommitdiffstats
path: root/kpoker
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 /kpoker
parentd79350771083586c8d57322e49b6bce56a1ff11d (diff)
downloadtdegames-af1d900091ce7c28c7e726df7641004cc0cfb01a.tar.gz
tdegames-af1d900091ce7c28c7e726df7641004cc0cfb01a.zip
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kpoker')
-rw-r--r--kpoker/kpoker.cpp2
-rw-r--r--kpoker/sound.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kpoker/kpoker.cpp b/kpoker/kpoker.cpp
index a773dcac..cc510319 100644
--- a/kpoker/kpoker.cpp
+++ b/kpoker/kpoker.cpp
@@ -28,7 +28,7 @@
#include <tdemessagebox.h>
#include <tdeapplication.h>
#include <tdeglobal.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kdebug.h>
#include <tdeconfig.h>
#include <tdelocale.h>
diff --git a/kpoker/sound.cpp b/kpoker/sound.cpp
index 3835c3fb..ba80e2e2 100644
--- a/kpoker/sound.cpp
+++ b/kpoker/sound.cpp
@@ -16,7 +16,7 @@
#include <tqstring.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
// sound support
#include <kaudioplayer.h>