diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 22:46:57 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 22:46:57 +0900 |
commit | bf4670b5b84b3973f94bb10448ddd8fcfda676f2 (patch) | |
tree | bf7de0f8be8b67e4c828b3999fb9141a2d39105c /kcoloredit | |
parent | e4fe34d1f4f6c512e444b183912d2ae1cbe18359 (diff) | |
download | tdegraphics-master.tar.gz tdegraphics-master.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kcoloredit')
-rw-r--r-- | kcoloredit/loadpalettedlg.cpp | 2 | ||||
-rw-r--r-- | kcoloredit/palette.cpp | 2 |
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" |