diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 22:49:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 22:49:43 +0900 |
commit | 3971704ec5b8fc81d1a94a4e664c153fc0f2cdaa (patch) | |
tree | 017a35279357684a1be7012ca70bce472598676f /tderesources/slox | |
parent | 1fe06c323b791af9bf16d14a72e8cffa4c6ac8cd (diff) | |
download | tdepim-3971704ec5b8fc81d1a94a4e664c153fc0f2cdaa.tar.gz tdepim-3971704ec5b8fc81d1a94a4e664c153fc0f2cdaa.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tderesources/slox')
-rw-r--r-- | tderesources/slox/kcalresourceslox.cpp | 2 | ||||
-rw-r--r-- | tderesources/slox/kcalresourcesloxconfig.cpp | 2 | ||||
-rw-r--r-- | tderesources/slox/sloxaccounts.cpp | 2 | ||||
-rw-r--r-- | tderesources/slox/sloxfoldermanager.cpp | 2 | ||||
-rw-r--r-- | tderesources/slox/tdeabcresourceslox.cpp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tderesources/slox/kcalresourceslox.cpp b/tderesources/slox/kcalresourceslox.cpp index e93b89444..530c2907e 100644 --- a/tderesources/slox/kcalresourceslox.cpp +++ b/tderesources/slox/kcalresourceslox.cpp @@ -33,7 +33,7 @@ #include <tdeio/job.h> #include <tdeio/davjob.h> #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <libtdepim/progressmanager.h> diff --git a/tderesources/slox/kcalresourcesloxconfig.cpp b/tderesources/slox/kcalresourcesloxconfig.cpp index 8652263f5..402d853c8 100644 --- a/tderesources/slox/kcalresourcesloxconfig.cpp +++ b/tderesources/slox/kcalresourcesloxconfig.cpp @@ -26,7 +26,7 @@ #include <tdelocale.h> #include <kdebug.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <klineedit.h> #include <kpushbutton.h> diff --git a/tderesources/slox/sloxaccounts.cpp b/tderesources/slox/sloxaccounts.cpp index e5ba26512..fdfd1eca8 100644 --- a/tderesources/slox/sloxaccounts.cpp +++ b/tderesources/slox/sloxaccounts.cpp @@ -27,7 +27,7 @@ #include <kstaticdeleter.h> #include <kdebug.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeio/job.h> #include <tdeio/davjob.h> #include <kstringhandler.h> diff --git a/tderesources/slox/sloxfoldermanager.cpp b/tderesources/slox/sloxfoldermanager.cpp index b862a388d..4e89d8de9 100644 --- a/tderesources/slox/sloxfoldermanager.cpp +++ b/tderesources/slox/sloxfoldermanager.cpp @@ -25,7 +25,7 @@ #include <tdeio/job.h> #include <tdeio/davjob.h> #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include "sloxbase.h" #include "sloxfolder.h" diff --git a/tderesources/slox/tdeabcresourceslox.cpp b/tderesources/slox/tdeabcresourceslox.cpp index d77347d3d..bcd719bad 100644 --- a/tderesources/slox/tdeabcresourceslox.cpp +++ b/tderesources/slox/tdeabcresourceslox.cpp @@ -27,7 +27,7 @@ #include <kdebug.h> #include <tdelocale.h> #include <kmdcodec.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kstringhandler.h> #include <libtdepim/kpimprefs.h> #include <libtdepim/progressmanager.h> |