diff options
Diffstat (limited to 'tdecore/ksavefile.h')
-rw-r--r-- | tdecore/ksavefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/ksavefile.h b/tdecore/ksavefile.h index e035115a9..7cf4bc7e9 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::fromLatin1( "~" ) ); + const TQString& backupExtension = TQString::tqfromLatin1( "~" ) ); private: TQString mFileName; |