summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-02-25 19:22:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-03-03 23:22:12 +0900
commit5cf8a0eefccba4b9cf88b0dafb71616c72880740 (patch)
treec2b0152bd3871c3d6445bf217a84082256faf079
parent6cc507275d39ca1c377216289f959cd65d3265fe (diff)
downloadtwin-style-suse2-5cf8a0eefccba4b9cf88b0dafb71616c72880740.tar.gz
twin-style-suse2-5cf8a0eefccba4b9cf88b0dafb71616c72880740.zip
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/SUSE2.cpp2
-rw-r--r--src/SUSE2client.cpp2
-rw-r--r--src/config/config.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/SUSE2.cpp b/src/SUSE2.cpp
index e485e87..3b178e5 100644
--- a/src/SUSE2.cpp
+++ b/src/SUSE2.cpp
@@ -30,7 +30,7 @@
#include <tdeconfig.h>
#include <tdelocale.h>
#include <tdeglobal.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kpixmap.h>
#include "misc.h"
diff --git a/src/SUSE2client.cpp b/src/SUSE2client.cpp
index fe75131..b6ab8db 100644
--- a/src/SUSE2client.cpp
+++ b/src/SUSE2client.cpp
@@ -26,7 +26,7 @@
#include <kpixmap.h>
#include <kimageeffect.h>
#include <kpixmapeffect.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kdecoration.h>
#include <tqbitmap.h>
diff --git a/src/config/config.cpp b/src/config/config.cpp
index 77359c1..17b7272 100644
--- a/src/config/config.cpp
+++ b/src/config/config.cpp
@@ -40,7 +40,7 @@
#include <tdelocale.h>
#include <tdeglobal.h>
#include <kurlrequester.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kurl.h>
#include <tdefiledialog.h>
#include <knuminput.h>