diff options
Diffstat (limited to 'kdecore/ksavefile.h')
-rw-r--r-- | kdecore/ksavefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/ksavefile.h b/kdecore/ksavefile.h index ae68b2d1f..448c9ca1a 100644 --- a/kdecore/ksavefile.h +++ b/kdecore/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; |