summaryrefslogtreecommitdiffstats
path: root/kate/filetemplates
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/filetemplates
parentcd8d59cad8377855c7bf746436518dca8eb7ce45 (diff)
downloadtdeaddons-6fe537d6dff11f4c638c51ed1f652765b63f8591.tar.gz
tdeaddons-6fe537d6dff11f4c638c51ed1f652765b63f8591.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'kate/filetemplates')
-rw-r--r--kate/filetemplates/plugin/filetemplates.cpp4
1 files changed, 2 insertions, 2 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>