diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 22:50:05 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-27 18:01:06 +0900 |
| commit | 7e4a6583faf09a162eadf184e217ae5ee7888aef (patch) | |
| tree | 10ecbe1e117d01bd39fe1515ee5187a4bb1c268f /tdefilereplace | |
| parent | de6d1a19edb48f9487a012fc128c241e93d2684d (diff) | |
| download | tdeutils-7e4a6583faf09a162eadf184e217ae5ee7888aef.tar.gz tdeutils-7e4a6583faf09a162eadf184e217ae5ee7888aef.zip | |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdefilereplace')
| -rw-r--r-- | tdefilereplace/knewprojectdlg.cpp | 2 | ||||
| -rw-r--r-- | tdefilereplace/koptionsdlg.cpp | 2 | ||||
| -rw-r--r-- | tdefilereplace/tdefilereplacepart.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tdefilereplace/knewprojectdlg.cpp b/tdefilereplace/knewprojectdlg.cpp index dc142d9..0a6873f 100644 --- a/tdefilereplace/knewprojectdlg.cpp +++ b/tdefilereplace/knewprojectdlg.cpp @@ -38,7 +38,7 @@ #include <tdeglobal.h> #include <tdelocale.h> #include <kpushbutton.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeversion.h> #include <kiconloader.h> #include <kdebug.h> diff --git a/tdefilereplace/koptionsdlg.cpp b/tdefilereplace/koptionsdlg.cpp index 8a66d85..1e345bc 100644 --- a/tdefilereplace/koptionsdlg.cpp +++ b/tdefilereplace/koptionsdlg.cpp @@ -29,7 +29,7 @@ #include <kcombobox.h> #include <tdeconfig.h> #include <tdeglobal.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeapplication.h> //#include <kdebug.h> diff --git a/tdefilereplace/tdefilereplacepart.cpp b/tdefilereplace/tdefilereplacepart.cpp index 4686894..61460f8 100644 --- a/tdefilereplace/tdefilereplacepart.cpp +++ b/tdefilereplace/tdefilereplacepart.cpp @@ -33,7 +33,7 @@ #include <tdelocale.h> #include <tdemessagebox.h> #include <tdeparts/genericfactory.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kiconloader.h> #include <tdeglobal.h> #include <kiconeffect.h> |
