diff options
Diffstat (limited to 'kgeography/src/kgeography.cpp')
-rw-r--r-- | kgeography/src/kgeography.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kgeography/src/kgeography.cpp b/kgeography/src/kgeography.cpp index 67762cd9..a1387a00 100644 --- a/kgeography/src/kgeography.cpp +++ b/kgeography/src/kgeography.cpp @@ -10,12 +10,12 @@ #include <tdeaction.h> #include <kdialog.h> -#include <klocale.h> +#include <tdelocale.h> #include <kinputdialog.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <kpushbutton.h> #include <kstdaction.h> -#include <kmenubar.h> +#include <tdemenubar.h> #include <tqlabel.h> #include <tqlayout.h> |