diff options
Diffstat (limited to 'kate/part/kateluaindentscript.cpp')
-rw-r--r-- | kate/part/kateluaindentscript.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/part/kateluaindentscript.cpp b/kate/part/kateluaindentscript.cpp index f414b4d6d..dbc7d1fa4 100644 --- a/kate/part/kateluaindentscript.cpp +++ b/kate/part/kateluaindentscript.cpp @@ -367,7 +367,7 @@ void KateLUAIndentScriptManager::collectScripts (bool force) if (!m_scripts.isEmpty()) return; - kdDebug()<<"================================================="<<endl<<"Trying to tqfind Lua scripts"<<endl + kdDebug()<<"================================================="<<endl<<"Trying to find Lua scripts"<<endl <<"================================================="<<endl; // We'll store the scripts list in this config @@ -525,4 +525,4 @@ void KateLUAIndentScriptManager::parseScriptHeader(const TQString &filePath, //END #endif -// kate: space-indent on; indent-width 2; tqreplace-tabs on; +// kate: space-indent on; indent-width 2; replace-tabs on; |