diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 19:21:00 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 19:21:00 +0900 |
commit | 8dad5a6613cefacae85ef85864f826b78cec4fd3 (patch) | |
tree | fb3c41b93ca6d149b02d73e01ecdeb53e10d6edc | |
parent | f87336f483d466377edc2835c871543b8d46e55b (diff) | |
download | gtk-qt-engine-8dad5a6613cefacae85ef85864f826b78cec4fd3.tar.gz gtk-qt-engine-8dad5a6613cefacae85ef85864f826b78cec4fd3.zip |
Use tdestandarddirs.hrename/kstandarddirs
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | kcm_gtk/kcmgtk.cpp | 2 | ||||
-rw-r--r-- | src/qt_qt_wrapper.cpp | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/src/qt_qt_wrapper.cpp b/src/qt_qt_wrapper.cpp index 01051b1..53a6b59 100644 --- a/src/qt_qt_wrapper.cpp +++ b/src/qt_qt_wrapper.cpp @@ -25,7 +25,7 @@ #include <tdeconfig.h> #include <tdeglobal.h> #include <tdecrash.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #undef signals #include <gdk/gdkx.h> |