diff options
Diffstat (limited to 'sip/kabc/stdaddressbook.sip')
-rw-r--r-- | sip/kabc/stdaddressbook.sip | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sip/kabc/stdaddressbook.sip b/sip/kabc/stdaddressbook.sip index e571f47..4de04df 100644 --- a/sip/kabc/stdaddressbook.sip +++ b/sip/kabc/stdaddressbook.sip @@ -49,10 +49,10 @@ public: static void handleCrash (); %End - static QString fileName (); + static TQString fileName (); %If ( KDE_3_1_0 - ) - static QString directoryName (); + static TQString directoryName (); static void setAutomaticSave (bool); static void close (); static bool automaticSave (); @@ -101,7 +101,7 @@ protected: public: %If ( - KDE_3_1_0 ) - QString identifier (); + TQString identifier (); %End |