summaryrefslogtreecommitdiffstats
path: root/kasteroids/main.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 22:46:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 22:46:47 +0900
commitaf1d900091ce7c28c7e726df7641004cc0cfb01a (patch)
treedcf19b93096afb798a74c36e1df9ab0294ebda5b /kasteroids/main.cpp
parentd79350771083586c8d57322e49b6bce56a1ff11d (diff)
downloadtdegames-af1d900091ce7c28c7e726df7641004cc0cfb01a.tar.gz
tdegames-af1d900091ce7c28c7e726df7641004cc0cfb01a.zip
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kasteroids/main.cpp')
-rw-r--r--kasteroids/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kasteroids/main.cpp b/kasteroids/main.cpp
index 43101e7c..03950514 100644
--- a/kasteroids/main.cpp
+++ b/kasteroids/main.cpp
@@ -5,7 +5,7 @@
*/
#include <config.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdecmdlineargs.h>
#include <tdeapplication.h>
#include <tdeaboutdata.h>