summaryrefslogtreecommitdiffstats
path: root/kpdf/shell
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:16:56 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:16:56 -0600
commitb2de6514213d205907e8de3dd17f8eb80d868a4f (patch)
treec9c28a281edf1d36fb1f099c881cf6fe2ddd4422 /kpdf/shell
parent45733bf02969d683d06440a615a6160d8d72dd42 (diff)
downloadtdegraphics-b2de6514213d205907e8de3dd17f8eb80d868a4f.tar.gz
tdegraphics-b2de6514213d205907e8de3dd17f8eb80d868a4f.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'kpdf/shell')
-rw-r--r--kpdf/shell/main.cpp6
-rw-r--r--kpdf/shell/shell.cpp2
2 files changed, 4 insertions, 4 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[] =
diff --git a/kpdf/shell/shell.cpp b/kpdf/shell/shell.cpp
index 47e500ea..6e85080d 100644
--- a/kpdf/shell/shell.cpp
+++ b/kpdf/shell/shell.cpp
@@ -21,7 +21,7 @@
#include <tqcursor.h>
#include <tqtimer.h>
#include <tdeaction.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kedittoolbar.h>
#include <tdefiledialog.h>
#include <klibloader.h>