summaryrefslogtreecommitdiffstats
path: root/korn
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:18:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:18:40 -0600
commit38b7daf1afffa515cf4880847c0d985f3c6ee753 (patch)
tree3e5e8489a057008373c2ae2d1583d5a1865f7e3d /korn
parentf4236c497b152468e23da7b8a64caf6988e61515 (diff)
downloadtdepim-38b7daf1afffa515cf4880847c0d985f3c6ee753.tar.gz
tdepim-38b7daf1afffa515cf4880847c0d985f3c6ee753.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'korn')
-rw-r--r--korn/boxcontaineritem.cpp4
-rw-r--r--korn/dockeditem.cpp2
-rw-r--r--korn/hvitem.cpp2
-rw-r--r--korn/kornshell.cpp2
-rw-r--r--korn/main.cpp4
-rw-r--r--korn/systemtray.cpp2
6 files changed, 8 insertions, 8 deletions
diff --git a/korn/boxcontaineritem.cpp b/korn/boxcontaineritem.cpp
index becf02c3f..4b1fd76da 100644
--- a/korn/boxcontaineritem.cpp
+++ b/korn/boxcontaineritem.cpp
@@ -20,9 +20,9 @@
#include "mailsubject.h"
-#include <kaboutapplication.h>
+#include <tdeaboutapplication.h>
#include <tdeactioncollection.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kbugreport.h>
#include <tdeconfig.h>
#include <kdebug.h>
diff --git a/korn/dockeditem.cpp b/korn/dockeditem.cpp
index fb24c821b..7d5de1865 100644
--- a/korn/dockeditem.cpp
+++ b/korn/dockeditem.cpp
@@ -20,7 +20,7 @@
#include "systemtray.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <kglobal.h>
diff --git a/korn/hvitem.cpp b/korn/hvitem.cpp
index 2cee96650..cede9c478 100644
--- a/korn/hvitem.cpp
+++ b/korn/hvitem.cpp
@@ -21,7 +21,7 @@
#include "label.h"
#include <tdeactioncollection.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdebug.h>
#include <kpassivepopup.h>
#include <tdepopupmenu.h>
diff --git a/korn/kornshell.cpp b/korn/kornshell.cpp
index 5d075b65f..72ca18a8c 100644
--- a/korn/kornshell.cpp
+++ b/korn/kornshell.cpp
@@ -24,7 +24,7 @@
#include "hvcontainer.h"
#include "password.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <kdialogbase.h>
diff --git a/korn/main.cpp b/korn/main.cpp
index 073a7fcc0..d5a68a3ae 100644
--- a/korn/main.cpp
+++ b/korn/main.cpp
@@ -4,8 +4,8 @@
*/
#include"kornapp.h"
-#include <kaboutdata.h>
-#include <kcmdlineargs.h>
+#include <tdeaboutdata.h>
+#include <tdecmdlineargs.h>
#include <klocale.h>
#include"kornshell.h"
diff --git a/korn/systemtray.cpp b/korn/systemtray.cpp
index a0bd191d5..5a4697172 100644
--- a/korn/systemtray.cpp
+++ b/korn/systemtray.cpp
@@ -18,7 +18,7 @@
#include "systemtray.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdeconfig.h>
#include <kdebug.h>