diff options
Diffstat (limited to 'tderesources/kolab/shared/resourcekolabbase.cpp')
-rw-r--r-- | tderesources/kolab/shared/resourcekolabbase.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tderesources/kolab/shared/resourcekolabbase.cpp b/tderesources/kolab/shared/resourcekolabbase.cpp index a56538a67..ce53bad39 100644 --- a/tderesources/kolab/shared/resourcekolabbase.cpp +++ b/tderesources/kolab/shared/resourcekolabbase.cpp @@ -36,12 +36,12 @@ #include <folderselectdialog.h> -#include <klocale.h> +#include <tdelocale.h> #include <kstandarddirs.h> #include <kinputdialog.h> #include <kurl.h> -#include <ktempfile.h> -#include <kmessagebox.h> +#include <tdetempfile.h> +#include <tdemessagebox.h> #include <tqtextstream.h> #include <kdebug.h> |