diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 22:50:16 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 22:50:16 +0900 |
| commit | 7a2349ae3d67309948bff7d0447395d41bdd7a23 (patch) | |
| tree | 6fd138738fdb14de7f246272a9923c513566dd74 /buildtools | |
| parent | bcad1c05200994c503a5a5c56cbd4f2a469c5666 (diff) | |
| download | tdevelop-7a2349ae3d67309948bff7d0447395d41bdd7a23.tar.gz tdevelop-7a2349ae3d67309948bff7d0447395d41bdd7a23.zip | |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'buildtools')
| -rw-r--r-- | buildtools/autotools/addicondlg.cpp | 2 | ||||
| -rw-r--r-- | buildtools/autotools/autoprojectpart.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/autotools/addicondlg.cpp b/buildtools/autotools/addicondlg.cpp index f6fa8069..ffd70efc 100644 --- a/buildtools/autotools/addicondlg.cpp +++ b/buildtools/autotools/addicondlg.cpp @@ -17,7 +17,7 @@ #include <kdebug.h> #include <tdelocale.h> #include <tdeprocess.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kicontheme.h> #include <tdeversion.h> // fix me! diff --git a/buildtools/autotools/autoprojectpart.cpp b/buildtools/autotools/autoprojectpart.cpp index 5ed76143..820d2d35 100644 --- a/buildtools/autotools/autoprojectpart.cpp +++ b/buildtools/autotools/autoprojectpart.cpp @@ -38,7 +38,7 @@ #include <kdialogbase.h> #include <kiconloader.h> #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdemessagebox.h> #include <tdeparts/part.h> #include <tdeversion.h> |
