diff options
Diffstat (limited to 'kpdf/shell/main.cpp')
-rw-r--r-- | kpdf/shell/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpdf/shell/main.cpp b/kpdf/shell/main.cpp index 7e491cce..09ba5613 100644 --- a/kpdf/shell/main.cpp +++ b/kpdf/shell/main.cpp @@ -13,9 +13,9 @@ ***************************************************************************/ #include "shell.h" -#include <kapplication.h> -#include <kaboutdata.h> -#include <kcmdlineargs.h> +#include <tdeapplication.h> +#include <tdeaboutdata.h> +#include <tdecmdlineargs.h> #include <klocale.h> static const char description[] = |