From e05894553004a47b1e2f276bedcf5963b57a3932 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 06:08:18 +0000 Subject: rename the following methods: tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktechlab@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/textdocument.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/textdocument.cpp') diff --git a/src/textdocument.cpp b/src/textdocument.cpp index 41caf94..628cfb6 100644 --- a/src/textdocument.cpp +++ b/src/textdocument.cpp @@ -231,7 +231,7 @@ void TextDocument::guessScheme( bool allowDisable ) { // And specific file actions depending on the current type of file TQString fileName = url().fileName(); - TQString extension = fileName.right( fileName.length() - fileName.tqfindRev('.') - 1 ); + TQString extension = fileName.right( fileName.length() - fileName.findRev('.') - 1 ); if ( extension == "asm" || extension == "src" || extension == "inc" ) slotInitLanguage(ct_asm); -- cgit v1.2.3