summaryrefslogtreecommitdiffstats
path: root/kcoloredit
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-02-25 22:46:57 +0900
committerMichele Calgaro <[email protected]>2025-02-25 22:46:57 +0900
commitbf4670b5b84b3973f94bb10448ddd8fcfda676f2 (patch)
treebf7de0f8be8b67e4c828b3999fb9141a2d39105c /kcoloredit
parente4fe34d1f4f6c512e444b183912d2ae1cbe18359 (diff)
downloadtdegraphics-master.tar.gz
tdegraphics-master.zip
Use tdestandarddirs.hHEADmaster
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kcoloredit')
-rw-r--r--kcoloredit/loadpalettedlg.cpp2
-rw-r--r--kcoloredit/palette.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kcoloredit/loadpalettedlg.cpp b/kcoloredit/loadpalettedlg.cpp
index aa95c007..d183c3c9 100644
--- a/kcoloredit/loadpalettedlg.cpp
+++ b/kcoloredit/loadpalettedlg.cpp
@@ -23,7 +23,7 @@
#include <tqstringlist.h>
#include <tqpushbutton.h>
#include <tdelocale.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kpalette.h>
#include <tdefiledialog.h>
diff --git a/kcoloredit/palette.cpp b/kcoloredit/palette.cpp
index 53b8af82..d9ee810b 100644
--- a/kcoloredit/palette.cpp
+++ b/kcoloredit/palette.cpp
@@ -20,7 +20,7 @@
#include <tqtextstream.h>
#include <tqregexp.h>
#include <tdeglobal.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdelocale.h>
#include "main.h"