diff options
Diffstat (limited to 'kate/plugins/wordcompletion/docwordcompletion.h')
-rw-r--r-- | kate/plugins/wordcompletion/docwordcompletion.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/plugins/wordcompletion/docwordcompletion.h b/kate/plugins/wordcompletion/docwordcompletion.h index ed632631a..cb7349da5 100644 --- a/kate/plugins/wordcompletion/docwordcompletion.h +++ b/kate/plugins/wordcompletion/docwordcompletion.h @@ -106,7 +106,7 @@ class DocWordCompletionPluginView TQString word(); TQValueList<KTextEditor::CompletionEntry> allMatches( const TQString &word ); - TQString findLongestUnique(const TQValueList < KTextEditor::CompletionEntry > &matches); + TQString tqfindLongestUnique(const TQValueList < KTextEditor::CompletionEntry > &matches); KTextEditor::View *m_view; struct DocWordCompletionPluginViewPrivate *d; }; @@ -130,4 +130,4 @@ class DocWordCompletionConfigPage : public KTextEditor::ConfigPage }; #endif // _DocWordCompletionPlugin_h_ -// kate: space-indent on; indent-width 2; replace-tabs on; mixed-indent off; +// kate: space-indent on; indent-width 2; tqreplace-tabs on; mixed-indent off; |