diff options
author | Timothy Pearson <[email protected]> | 2011-12-03 22:23:44 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-03 22:23:44 -0600 |
commit | 203ba231d0276943aae36111f9ec1e949f3c6a4c (patch) | |
tree | f039f7a5b5fc2da88a96876971bac580d87f6788 /sip/tdecore/ksavefile.sip | |
parent | fd35f4a8382b7d223bc0325b9ca3f88515778aa0 (diff) | |
download | pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.tar.gz pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.zip |
Initial TQt conversion
Diffstat (limited to 'sip/tdecore/ksavefile.sip')
-rw-r--r-- | sip/tdecore/ksavefile.sip | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sip/tdecore/ksavefile.sip b/sip/tdecore/ksavefile.sip index 84975c9..f9e917b 100644 --- a/sip/tdecore/ksavefile.sip +++ b/sip/tdecore/ksavefile.sip @@ -32,19 +32,19 @@ class KSaveFile public: - KSaveFile (const QString&, int = 438); + KSaveFile (const TQString&, int = 438); int status (); - QString name (); + TQString name (); int handle (); //ig FILE* fstream (); - QFile* file (); - QTextStream* textStream (); - QDataStream* dataStream (); + TQFile* file (); + TQTextStream* textStream (); + TQDataStream* dataStream (); void abort (); bool close (); %If ( KDE_3_2_0 - ) - static bool backupFile (const QString&, const QString& = QString ::null , const QString& = QString ::fromLatin1 ("~" )); + static bool backupFile (const TQString&, const TQString& = TQString ::null , const TQString& = TQString ::fromLatin1 ("~" )); %End |