From 7b74a3af50ac26b19497686e44e174c236ea9362 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Feb 2013 17:53:44 -0600 Subject: [PATCH] Rename KComp to avoid conflicts with KDE4 --- kate/textfilter/plugin_katetextfilter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) {