summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-02-25 19:08:44 +0900
committerMichele Calgaro <[email protected]>2025-02-25 19:08:44 +0900
commitcd69374426f9b1abd36c2ca775ec1ae4c768de58 (patch)
tree60acefd03a7775331116db0771d99a0416381192
parent7793a19dc7148e17e4d9a38c8e2b29e9d761a96c (diff)
downloadkooldock-cd69374426f9b1abd36c2ca775ec1ae4c768de58.tar.gz
kooldock-cd69374426f9b1abd36c2ca775ec1ae4c768de58.zip
Use tdestandarddirs.hHEADmaster
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r--src/apppropprg.cpp2
-rw-r--r--src/kooldock.cpp2
-rw-r--r--src/setupdialogprg.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/apppropprg.cpp b/src/apppropprg.cpp
index 122206e..91e7ede 100644
--- a/src/apppropprg.cpp
+++ b/src/apppropprg.cpp
@@ -13,7 +13,7 @@
#include <kicondialog.h>
#include <tdefiledialog.h>
#include <tdemessagebox.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdelocale.h>
#include "apppropprg.h"
diff --git a/src/kooldock.cpp b/src/kooldock.cpp
index 021ec3c..7e64a31 100644
--- a/src/kooldock.cpp
+++ b/src/kooldock.cpp
@@ -44,7 +44,7 @@
#include <krun.h>
#include <kurifilter.h>
#include <kpixmapio.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdeaboutapplication.h>
#include <tqlistbox.h>
#include <keditlistbox.h>
diff --git a/src/setupdialogprg.cpp b/src/setupdialogprg.cpp
index d0fdde8..2b679a8 100644
--- a/src/setupdialogprg.cpp
+++ b/src/setupdialogprg.cpp
@@ -15,7 +15,7 @@
#include <tdelocale.h>
#include <ksimpleconfig.h>
#include <tdemessagebox.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kpushbutton.h>
#include <keditlistbox.h>
#include <klineedit.h>