diff options
Diffstat (limited to 'kgeography')
-rw-r--r-- | kgeography/src/boxasker.cpp | 2 | ||||
-rw-r--r-- | kgeography/src/main.cpp | 6 | ||||
-rw-r--r-- | kgeography/src/map.cpp | 2 | ||||
-rw-r--r-- | kgeography/src/mapwidget.cpp | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/kgeography/src/boxasker.cpp b/kgeography/src/boxasker.cpp index 16a5ad60..f3642b19 100644 --- a/kgeography/src/boxasker.cpp +++ b/kgeography/src/boxasker.cpp @@ -11,7 +11,7 @@ #include <stdlib.h> // for RAND_MAX #include <tdeaccelmanager.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <klocale.h> #include <kpushbutton.h> diff --git a/kgeography/src/main.cpp b/kgeography/src/main.cpp index 48b21c3b..e324fdf3 100644 --- a/kgeography/src/main.cpp +++ b/kgeography/src/main.cpp @@ -8,9 +8,9 @@ * (at your option) any later version. * ***************************************************************************/ -#include <kaboutdata.h> -#include <kapplication.h> -#include <kcmdlineargs.h> +#include <tdeaboutdata.h> +#include <tdeapplication.h> +#include <tdecmdlineargs.h> #include "kgeography.h" diff --git a/kgeography/src/map.cpp b/kgeography/src/map.cpp index 0ab2b85b..99861e4a 100644 --- a/kgeography/src/map.cpp +++ b/kgeography/src/map.cpp @@ -10,7 +10,7 @@ #include <stdlib.h> // for RAND_MAX -#include <kapplication.h> +#include <tdeapplication.h> #include <klocale.h> #include <tqfile.h> diff --git a/kgeography/src/mapwidget.cpp b/kgeography/src/mapwidget.cpp index c40a6dbd..578ef8b4 100644 --- a/kgeography/src/mapwidget.cpp +++ b/kgeography/src/mapwidget.cpp @@ -11,7 +11,7 @@ #include <math.h> // for rint #include <stdlib.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <klocale.h> #include <tqcursor.h> |