diff options
Diffstat (limited to 'kate/part/katecmds.cpp')
-rw-r--r-- | kate/part/katecmds.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/part/katecmds.cpp b/kate/part/katecmds.cpp index c5feb5071..ad8943328 100644 --- a/kate/part/katecmds.cpp +++ b/kate/part/katecmds.cpp @@ -279,7 +279,7 @@ bool KateCommands::CoreCommands::exec(Kate::View *view, KCC_ERR( i18n("Unknown command '%1'").arg(cmd) ); } -KCompletion *KateCommands::CoreCommands::completionObject( const TQString &cmd, Kate::View *view ) +TDECompletion *KateCommands::CoreCommands::completionObject( const TQString &cmd, Kate::View *view ) { if ( cmd == "set-highlight" ) { |