diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 17:53:44 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 17:53:44 -0600 |
commit | 7b74a3af50ac26b19497686e44e174c236ea9362 (patch) | |
tree | 7535ea57e034a3e7ab27c507a35231d713f6c659 | |
parent | f241831d4fdc5012a428ec46868bb9f6a7ee8575 (diff) | |
download | tdeaddons-7b74a3af50ac26b19497686e44e174c236ea9362.tar.gz tdeaddons-7b74a3af50ac26b19497686e44e174c236ea9362.zip |
Rename KComp to avoid conflicts with KDE4
-rw-r--r-- | kate/textfilter/plugin_katetextfilter.cpp | 2 |
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()) { |