summaryrefslogtreecommitdiffstats
path: root/koshell
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:07:29 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:07:29 -0600
commit3b6870c6e1177574772803b5b09416903ee40fc0 (patch)
tree03b48b993d5dcf6f87b5f76824fd215f1ae98b67 /koshell
parenta5df607029e00ab0240203fc24083723a23fb720 (diff)
downloadkoffice-3b6870c6e1177574772803b5b09416903ee40fc0.tar.gz
koffice-3b6870c6e1177574772803b5b09416903ee40fc0.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'koshell')
-rw-r--r--koshell/iconsidepane.cpp2
-rw-r--r--koshell/koshell_main.cc4
-rw-r--r--koshell/koshell_shell.cc4
3 files changed, 5 insertions, 5 deletions
diff --git a/koshell/iconsidepane.cpp b/koshell/iconsidepane.cpp
index 61b890be5..dc43a8d9e 100644
--- a/koshell/iconsidepane.cpp
+++ b/koshell/iconsidepane.cpp
@@ -34,7 +34,7 @@
#include <tqwidgetstack.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdebug.h>
#include <kdialog.h>
#include <kiconloader.h>
diff --git a/koshell/koshell_main.cc b/koshell/koshell_main.cc
index ecfd34f09..f405d81ad 100644
--- a/koshell/koshell_main.cc
+++ b/koshell/koshell_main.cc
@@ -19,8 +19,8 @@
*/
#include <kofficeversion.h>
-#include <kaboutdata.h>
-#include <kcmdlineargs.h>
+#include <tdeaboutdata.h>
+#include <tdecmdlineargs.h>
#include <kdebug.h>
#include <klocale.h>
#include <kuniqueapplication.h>
diff --git a/koshell/koshell_shell.cc b/koshell/koshell_shell.cc
index 772b8f376..46453c1c7 100644
--- a/koshell/koshell_shell.cc
+++ b/koshell/koshell_shell.cc
@@ -31,7 +31,7 @@
#include "koshell_shell.h"
#include "koshellsettings.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <ktempfile.h>
#include <tdefiledialog.h>
#include <klocale.h>
@@ -47,7 +47,7 @@
#include <tdeparts/partmanager.h>
#include <tdeaction.h>
#include <tdeversion.h>
-#include <kaboutdata.h>
+#include <tdeaboutdata.h>
#include <KoQueryTrader.h>
#include <KoDocumentInfo.h>