summaryrefslogtreecommitdiffstats
path: root/kdecore/ksavefile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdecore/ksavefile.cpp')
-rw-r--r--kdecore/ksavefile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/ksavefile.cpp b/kdecore/ksavefile.cpp
index 1f1f28d23..72625a9ca 100644
--- a/kdecore/ksavefile.cpp
+++ b/kdecore/ksavefile.cpp
@@ -165,7 +165,7 @@ bool KSaveFile::backupFile( const TQString& qFilename, const TQString& backupDir
else
{
TQCString nameOnly;
- int slash = cFilename.tqfindRev('/');
+ int slash = cFilename.findRev('/');
if (slash < 0)
nameOnly = cFilename;
else