diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 19:21:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 19:21:00 +0900 |
commit | 8dad5a6613cefacae85ef85864f826b78cec4fd3 (patch) | |
tree | fb3c41b93ca6d149b02d73e01ecdeb53e10d6edc /kcm_gtk/kcmgtk.cpp | |
parent | f87336f483d466377edc2835c871543b8d46e55b (diff) | |
download | gtk-qt-engine-8dad5a6613cefacae85ef85864f826b78cec4fd3.tar.gz gtk-qt-engine-8dad5a6613cefacae85ef85864f826b78cec4fd3.zip |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kcm_gtk/kcmgtk.cpp')
-rw-r--r-- | kcm_gtk/kcmgtk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcm_gtk/kcmgtk.cpp b/kcm_gtk/kcmgtk.cpp index fb24f78..c033270 100644 --- a/kcm_gtk/kcmgtk.cpp +++ b/kcm_gtk/kcmgtk.cpp @@ -52,7 +52,7 @@ #include <tqmessagebox.h> #include <tqcheckbox.h> #include <tdeglobal.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <sys/types.h> #include <sys/stat.h> |