From 7ef01c0f34d9c6732d258154bcd3ba5a88280db9 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/kdemultimedia@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- krec/krecord.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'krec/krecord.cpp') diff --git a/krec/krecord.cpp b/krec/krecord.cpp index 2ff21e34..26f312be 100644 --- a/krec/krecord.cpp +++ b/krec/krecord.cpp @@ -156,7 +156,7 @@ void KRecPrivate::exportFile() { if ( _currentFile ) { TQString filename = KFileDialog::getSaveFileName( "", KRecGlobal::the()->exportFormatEndings(), _impl, "Export File As" ); if ( !filename.isNull() ) { - int lastdot = filename.tqfind( '.', -5 ); + int lastdot = filename.find( '.', -5 ); TQString ending = filename.right( filename.length()-lastdot-1 ); _exportitem = KRecGlobal::the()->getExportItemForEnding( ending ); if ( _exportitem ) { -- cgit v1.2.3