summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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()) {