diff options
Diffstat (limited to 'kmobile/kmobiledevice.cpp')
-rw-r--r-- | kmobile/kmobiledevice.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmobile/kmobiledevice.cpp b/kmobile/kmobiledevice.cpp index 3c970ab15..e92bbd04e 100644 --- a/kmobile/kmobiledevice.cpp +++ b/kmobile/kmobiledevice.cpp @@ -33,12 +33,12 @@ #include <klibloader.h> #include <kstandarddirs.h> #include "kmobiledevice.h" -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <tdeconfig.h> #include <tdeio/global.h> #include <kdebug.h> -#include <klocale.h> +#include <tdelocale.h> #define KMOBILEDEVICE_DEBUG_AREA 5730 #define PRINT_DEBUG kdDebug(KMOBILEDEVICE_DEBUG_AREA) << "KMobileDevice: " |