diff options
Diffstat (limited to 'sip/tdecore/ksavefile.sip')
-rw-r--r-- | sip/tdecore/ksavefile.sip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/tdecore/ksavefile.sip b/sip/tdecore/ksavefile.sip index f9e917b..e5e2dc1 100644 --- a/sip/tdecore/ksavefile.sip +++ b/sip/tdecore/ksavefile.sip @@ -44,7 +44,7 @@ public: bool close (); %If ( KDE_3_2_0 - ) - static bool backupFile (const TQString&, const TQString& = TQString ::null , const TQString& = TQString ::fromLatin1 ("~" )); + static bool backupFile (const TQString&, const TQString& = TQString ::null , const TQString& = TQString ::fromUtf8 ("~" )); %End |