diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 22:49:55 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 22:49:55 +0900 |
commit | d49beb3f3c75ca7d8aa230746441294ad5ba3bd7 (patch) | |
tree | 4b670ec3733465b818a238c61f244206d729107e /kworldwatch | |
parent | c2103a5902f26902d0a208edec9f11aa3ead3716 (diff) | |
download | tdetoys-rename/kstandarddirs.tar.gz tdetoys-rename/kstandarddirs.zip |
Use tdestandarddirs.hrename/kstandarddirs
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kworldwatch')
-rw-r--r-- | kworldwatch/cities.cpp | 2 | ||||
-rw-r--r-- | kworldwatch/flags.cpp | 2 | ||||
-rw-r--r-- | kworldwatch/maploader.cpp | 2 | ||||
-rw-r--r-- | kworldwatch/mapwidget.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/kworldwatch/cities.cpp b/kworldwatch/cities.cpp index 8179ed3..ab7cfd9 100644 --- a/kworldwatch/cities.cpp +++ b/kworldwatch/cities.cpp @@ -32,7 +32,7 @@ #include <tdeglobal.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include "cities.h" diff --git a/kworldwatch/flags.cpp b/kworldwatch/flags.cpp index 26ca4e6..f66462e 100644 --- a/kworldwatch/flags.cpp +++ b/kworldwatch/flags.cpp @@ -28,7 +28,7 @@ #include <limits.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include "flags.h" diff --git a/kworldwatch/maploader.cpp b/kworldwatch/maploader.cpp index ce192f2..927491f 100644 --- a/kworldwatch/maploader.cpp +++ b/kworldwatch/maploader.cpp @@ -36,7 +36,7 @@ #include <tdeglobal.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kdesktopfile.h> #include <kimageeffect.h> diff --git a/kworldwatch/mapwidget.cpp b/kworldwatch/mapwidget.cpp index 25bdea8..24e69f7 100644 --- a/kworldwatch/mapwidget.cpp +++ b/kworldwatch/mapwidget.cpp @@ -43,7 +43,7 @@ #include <tdeglobalsettings.h> #include <tdelocale.h> #include <tdemessagebox.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tqcursor.h> #include <tqpainter.h> |