summaryrefslogtreecommitdiffstats
path: root/krec/krecord.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krec/krecord.cpp')
-rw-r--r--krec/krecord.cpp2
1 files changed, 1 insertions, 1 deletions
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 ) {