summaryrefslogtreecommitdiffstats
path: root/kate
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:13:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:13:28 -0600
commit6fe537d6dff11f4c638c51ed1f652765b63f8591 (patch)
treee657438162c502c69864af727434ad5f4498838e /kate
parentcd8d59cad8377855c7bf746436518dca8eb7ce45 (diff)
downloadtdeaddons-6fe537d6dff11f4c638c51ed1f652765b63f8591.tar.gz
tdeaddons-6fe537d6dff11f4c638c51ed1f652765b63f8591.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'kate')
-rw-r--r--kate/filetemplates/plugin/filetemplates.cpp4
-rw-r--r--kate/insertcommand/plugin_kateinsertcommand.cpp2
-rw-r--r--kate/kpybrowser/kpybrowser.h2
-rw-r--r--kate/textfilter/plugin_katetextfilter.cpp2
4 files changed, 5 insertions, 5 deletions
diff --git a/kate/filetemplates/plugin/filetemplates.cpp b/kate/filetemplates/plugin/filetemplates.cpp
index 1e2a45a..2153c4f 100644
--- a/kate/filetemplates/plugin/filetemplates.cpp
+++ b/kate/filetemplates/plugin/filetemplates.cpp
@@ -23,10 +23,10 @@
#include <kate/document.h>
-#include <kaboutdata.h>
+#include <tdeaboutdata.h>
#include <tdeaction.h>
#include <tdeactioncollection.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdeconfig.h>
#include <kdialogbase.h>
#include <kdirwatch.h>
diff --git a/kate/insertcommand/plugin_kateinsertcommand.cpp b/kate/insertcommand/plugin_kateinsertcommand.cpp
index 84fbfc5..7044777 100644
--- a/kate/insertcommand/plugin_kateinsertcommand.cpp
+++ b/kate/insertcommand/plugin_kateinsertcommand.cpp
@@ -41,7 +41,7 @@
#include <kprocess.h>
#include <kstandarddirs.h>
#include <kgenericfactory.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
//END includes
K_EXPORT_COMPONENT_FACTORY( kateinsertcommandplugin, KGenericFactory<PluginKateInsertCommand>( "kateinsertcommand" ) )
diff --git a/kate/kpybrowser/kpybrowser.h b/kate/kpybrowser/kpybrowser.h
index 8a23437..76e706f 100644
--- a/kate/kpybrowser/kpybrowser.h
+++ b/kate/kpybrowser/kpybrowser.h
@@ -22,7 +22,7 @@
#include <config.h>
#endif
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdelistview.h>
#include <tqstring.h>
#include <tqvaluelist.h>
diff --git a/kate/textfilter/plugin_katetextfilter.cpp b/kate/textfilter/plugin_katetextfilter.cpp
index 0ec93bb..d58601c 100644
--- a/kate/textfilter/plugin_katetextfilter.cpp
+++ b/kate/textfilter/plugin_katetextfilter.cpp
@@ -27,7 +27,7 @@
#include <kdebug.h>
#include <tqstring.h>
#include <tdetexteditor/editinterfaceext.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kcompletion.h>
#include <klineedit.h>
#define POP_(x) kdDebug(13000) << #x " = " << flush << x << endl