diff options
Diffstat (limited to 'kpercentage')
-rw-r--r-- | kpercentage/kpercentage/kanswer.cpp | 2 | ||||
-rw-r--r-- | kpercentage/kpercentage/kpercentage.cpp | 2 | ||||
-rw-r--r-- | kpercentage/kpercentage/kpercentmain.cpp | 2 | ||||
-rw-r--r-- | kpercentage/kpercentage/ksplashscreen.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/kpercentage/kpercentage/kanswer.cpp b/kpercentage/kpercentage/kanswer.cpp index 93270322..23b6deb1 100644 --- a/kpercentage/kpercentage/kanswer.cpp +++ b/kpercentage/kpercentage/kanswer.cpp @@ -33,7 +33,7 @@ #include <kiconloader.h> #include <tdelocale.h> #include <kpushbutton.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kstdguiitem.h> // local includes diff --git a/kpercentage/kpercentage/kpercentage.cpp b/kpercentage/kpercentage/kpercentage.cpp index fcaa2d5a..36ded4c5 100644 --- a/kpercentage/kpercentage/kpercentage.cpp +++ b/kpercentage/kpercentage/kpercentage.cpp @@ -34,7 +34,7 @@ #include <tdelocale.h> #include <tdemessagebox.h> #include <kpushbutton.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> //local includes #include "kpercentage.h" diff --git a/kpercentage/kpercentage/kpercentmain.cpp b/kpercentage/kpercentage/kpercentmain.cpp index 1035381e..71beb699 100644 --- a/kpercentage/kpercentage/kpercentmain.cpp +++ b/kpercentage/kpercentage/kpercentmain.cpp @@ -33,7 +33,7 @@ // KDE includes #include <kiconloader.h> #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kstdguiitem.h> #include <knumvalidator.h> diff --git a/kpercentage/kpercentage/ksplashscreen.cpp b/kpercentage/kpercentage/ksplashscreen.cpp index a97c85e2..30dc09d7 100644 --- a/kpercentage/kpercentage/ksplashscreen.cpp +++ b/kpercentage/kpercentage/ksplashscreen.cpp @@ -24,7 +24,7 @@ #include <tqtimer.h> // KDE includes -#include <kstandarddirs.h> +#include <tdestandarddirs.h> // local includes #include "kpercentage.h" |