summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:53:44 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:53:44 -0600
commit7b74a3af50ac26b19497686e44e174c236ea9362 (patch)
tree7535ea57e034a3e7ab27c507a35231d713f6c659
parentf241831d4fdc5012a428ec46868bb9f6a7ee8575 (diff)
downloadtdeaddons-7b74a3af.tar.gz
tdeaddons-7b74a3af.zip
Rename KComp to avoid conflicts with KDE4
-rw-r--r--kate/textfilter/plugin_katetextfilter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/textfilter/plugin_katetextfilter.cpp b/kate/textfilter/plugin_katetextfilter.cpp
index cfe2793..0ec93bb 100644
--- a/kate/textfilter/plugin_katetextfilter.cpp
+++ b/kate/textfilter/plugin_katetextfilter.cpp
@@ -163,7 +163,7 @@ KatePrompt
KLineEditDlg dlg(strPrompt, TQString(), that);
dlg.setCaption(strTitle);
- KCompletion *comple=dlg.lineEdit()->completionObject();
+ TDECompletion *comple=dlg.lineEdit()->completionObject();
comple->setItems(*completionList);
if (dlg.exec()) {
if (!dlg.text().isEmpty()) {