summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 18:32:13 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 18:32:13 +0900
commitcff034308ca68e006ac4e4adb4ddb694a9e362b6 (patch)
tree503ce16dce147a2464c3d62a76cfe3e7a7bff620 /src/main.cpp
parentff6fb4b13771a51829388db18c620e9c2ab577f5 (diff)
downloadksquirrel-cff034308ca68e006ac4e4adb4ddb694a9e362b6.tar.gz
ksquirrel-cff034308ca68e006ac4e4adb4ddb694a9e362b6.zip
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index ba4f08c..ba65acf 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -26,7 +26,7 @@
#include <tdeconfig.h>
#include <dcopclient.h>
#include <tdeglobal.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <cstdlib>