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()) {