summaryrefslogtreecommitdiffstats
path: root/twin/clients
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-02-25 22:46:25 +0900
committerMichele Calgaro <[email protected]>2025-02-25 22:46:25 +0900
commit669c9bc7d86221be927586ec3078e6247048ca37 (patch)
treee83c76f0e10c5bcd55b89c3b4ec96754591d949c /twin/clients
parent60e6b46689f16f4a05ceeb34f904603ef042ae6c (diff)
downloadtdebase-669c9bc7d86221be927586ec3078e6247048ca37.tar.gz
tdebase-669c9bc7d86221be927586ec3078e6247048ca37.zip
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'twin/clients')
-rw-r--r--twin/clients/kwmtheme/cli_installer/main.cpp2
-rw-r--r--twin/clients/kwmtheme/kwmthemeclient.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/twin/clients/kwmtheme/cli_installer/main.cpp b/twin/clients/kwmtheme/cli_installer/main.cpp
index 27af172e1..d222ce288 100644
--- a/twin/clients/kwmtheme/cli_installer/main.cpp
+++ b/twin/clients/kwmtheme/cli_installer/main.cpp
@@ -4,7 +4,7 @@
#include <ksimpleconfig.h>
#include <tdeglobal.h>
#include <kdebug.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdecmdlineargs.h>
#include <tdelocale.h>
diff --git a/twin/clients/kwmtheme/kwmthemeclient.cpp b/twin/clients/kwmtheme/kwmthemeclient.cpp
index 5cff37b3c..b0473261b 100644
--- a/twin/clients/kwmtheme/kwmthemeclient.cpp
+++ b/twin/clients/kwmtheme/kwmthemeclient.cpp
@@ -5,7 +5,7 @@
#include <tqdrawutil.h>
#include <tqpainter.h>
#include <kpixmapeffect.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kdebug.h>
#include <tdelocale.h>
#include <tqbitmap.h>