summaryrefslogtreecommitdiffstats
path: root/tdecore/ksavefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/ksavefile.h')
-rw-r--r--tdecore/ksavefile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/ksavefile.h b/tdecore/ksavefile.h
index 7cf4bc7e9..e035115a9 100644
--- a/tdecore/ksavefile.h
+++ b/tdecore/ksavefile.h
@@ -140,7 +140,7 @@ public:
*/
static bool backupFile( const TQString& filename,
const TQString& backupDir = TQString::null,
- const TQString& backupExtension = TQString::tqfromLatin1( "~" ) );
+ const TQString& backupExtension = TQString::fromLatin1( "~" ) );
private:
TQString mFileName;