summaryrefslogtreecommitdiffstats
path: root/kate/snippets
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:17:49 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:17:49 -0600
commita9184bb205c837f932e03b2a6cac578582f36ed5 (patch)
tree0b69cad530a4c1d0aa8f36ecd50f72f2f589e980 /kate/snippets
parent74a2067d286867e313f736d6733407586b71195e (diff)
downloadtdeaddons-a9184bb205c837f932e03b2a6cac578582f36ed5.tar.gz
tdeaddons-a9184bb205c837f932e03b2a6cac578582f36ed5.zip
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'kate/snippets')
-rw-r--r--kate/snippets/csnippet.h2
-rw-r--r--kate/snippets/plugin_katesnippets.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kate/snippets/csnippet.h b/kate/snippets/csnippet.h
index c341194..b453175 100644
--- a/kate/snippets/csnippet.h
+++ b/kate/snippets/csnippet.h
@@ -12,7 +12,7 @@
#include <tqobject.h>
#include <tqlistview.h>
-#include <kaction.h>
+#include <tdeaction.h>
#include <tqsignalmapper.h>
/**
diff --git a/kate/snippets/plugin_katesnippets.cpp b/kate/snippets/plugin_katesnippets.cpp
index f28b944..629cc87 100644
--- a/kate/snippets/plugin_katesnippets.cpp
+++ b/kate/snippets/plugin_katesnippets.cpp
@@ -4,7 +4,7 @@
#include "plugin_katesnippets.h"
-#include <kaction.h>
+#include <tdeaction.h>
#include <klocale.h>
#include <kstandarddirs.h>
#include <kgenericfactory.h>