diff options
Diffstat (limited to 'kommander/executor/main.cpp')
-rw-r--r-- | kommander/executor/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kommander/executor/main.cpp b/kommander/executor/main.cpp index 12f2ab01..a82479b3 100644 --- a/kommander/executor/main.cpp +++ b/kommander/executor/main.cpp @@ -19,10 +19,10 @@ #include <tdeaboutdata.h> #include <tdeapplication.h> #include <tdecmdlineargs.h> -#include <kglobal.h> -#include <klocale.h> +#include <tdeglobal.h> +#include <tdelocale.h> #include <kurl.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> /* QT INCLUDES */ #include <tqapplication.h> |