summaryrefslogtreecommitdiffstats
path: root/knotes
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 /knotes
parentf4236c497b152468e23da7b8a64caf6988e61515 (diff)
downloadtdepim-38b7daf1afffa515cf4880847c0d985f3c6ee753.tar.gz
tdepim-38b7daf1afffa515cf4880847c0d985f3c6ee753.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'knotes')
-rw-r--r--knotes/knote.cpp2
-rw-r--r--knotes/knoteconfigdlg.cpp2
-rw-r--r--knotes/knotesapp.h2
-rw-r--r--knotes/knoteslegacy.cpp2
-rw-r--r--knotes/main.cpp4
5 files changed, 6 insertions, 6 deletions
diff --git a/knotes/knote.cpp b/knotes/knote.cpp
index 07ab136fd..29ad10f5a 100644
--- a/knotes/knote.cpp
+++ b/knotes/knote.cpp
@@ -32,7 +32,7 @@
#include <tqcheckbox.h>
#include <tqtimer.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdebug.h>
#include <tdeaction.h>
#include <kstdaction.h>
diff --git a/knotes/knoteconfigdlg.cpp b/knotes/knoteconfigdlg.cpp
index 752061a60..e3ee66fae 100644
--- a/knotes/knoteconfigdlg.cpp
+++ b/knotes/knoteconfigdlg.cpp
@@ -25,7 +25,7 @@
#include <tqhgroupbox.h>
#include <tqtabwidget.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdeconfig.h>
#include <klocale.h>
#include <kiconloader.h>
diff --git a/knotes/knotesapp.h b/knotes/knotesapp.h
index 74a8fdc89..2c2656f3a 100644
--- a/knotes/knotesapp.h
+++ b/knotes/knotesapp.h
@@ -27,7 +27,7 @@
#include <tqlabel.h>
#include <tqdom.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kxmlguiclient.h>
#include "KNotesAppIface.h"
diff --git a/knotes/knoteslegacy.cpp b/knotes/knoteslegacy.cpp
index 2605d7f44..35816f88e 100644
--- a/knotes/knoteslegacy.cpp
+++ b/knotes/knoteslegacy.cpp
@@ -26,7 +26,7 @@
#include <tqtextstream.h>
#include <kdebug.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kglobal.h>
#include <kurl.h>
#include <kstandarddirs.h>
diff --git a/knotes/main.cpp b/knotes/main.cpp
index 13a525cf0..a8dde2d0f 100644
--- a/knotes/main.cpp
+++ b/knotes/main.cpp
@@ -19,8 +19,8 @@
*******************************************************************/
#include <kuniqueapplication.h>
-#include <kcmdlineargs.h>
-#include <kaboutdata.h>
+#include <tdecmdlineargs.h>
+#include <tdeaboutdata.h>
#include <klocale.h>
#include <kxerrorhandler.h>