diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 19:07:58 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 19:15:08 +0900 |
| commit | f768603baa4c04dbfa468e0074e5ae1883a7f2c7 (patch) | |
| tree | ff4faf4a7713d655efb12401be8ed5048a1b8a39 /kbfxlib | |
| parent | 9339519fac3880c0c43dcc7e5fe57b7c3de02bc4 (diff) | |
| download | kbfx-f768603baa4c04dbfa468e0074e5ae1883a7f2c7.tar.gz kbfx-f768603baa4c04dbfa468e0074e5ae1883a7f2c7.zip | |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kbfxlib')
| -rw-r--r-- | kbfxlib/common/kbfxconfig.h | 2 | ||||
| -rw-r--r-- | kbfxlib/common/kbfxthemesdata.h | 2 | ||||
| -rw-r--r-- | kbfxlib/data/kbfxplasmapluginloader.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kbfxlib/common/kbfxconfig.h b/kbfxlib/common/kbfxconfig.h index 13b8456..27fe6eb 100644 --- a/kbfxlib/common/kbfxconfig.h +++ b/kbfxlib/common/kbfxconfig.h @@ -38,7 +38,7 @@ #include <tdeglobal.h> #include <kiconloader.h> #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kuser.h> #include <kbfxplasmapixmapprovider.h> diff --git a/kbfxlib/common/kbfxthemesdata.h b/kbfxlib/common/kbfxthemesdata.h index 2e07611..8e181e3 100644 --- a/kbfxlib/common/kbfxthemesdata.h +++ b/kbfxlib/common/kbfxthemesdata.h @@ -25,7 +25,7 @@ #include <kdebug.h> #include <tqstringlist.h> #include <tdeio/netaccess.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tqmap.h> #include <tqdir.h> #include <tqfileinfo.h> diff --git a/kbfxlib/data/kbfxplasmapluginloader.cpp b/kbfxlib/data/kbfxplasmapluginloader.cpp index 712813e..2f2025d 100644 --- a/kbfxlib/data/kbfxplasmapluginloader.cpp +++ b/kbfxlib/data/kbfxplasmapluginloader.cpp @@ -24,7 +24,7 @@ #include "kbfxplasmapluginloader.h" #include <tqdir.h> #include <tqfileinfo.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kdebug.h> KbfxPlasmaPluginLoader::KbfxPlasmaPluginLoader() |
