diff options
Diffstat (limited to 'sip/kabc/secrecy.sip')
-rw-r--r-- | sip/kabc/secrecy.sip | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sip/kabc/secrecy.sip b/sip/kabc/secrecy.sip index 605db1e..33c6d30 100644 --- a/sip/kabc/secrecy.sip +++ b/sip/kabc/secrecy.sip @@ -36,7 +36,7 @@ class Secrecy public: - typedef QValueList<int> TypeList; + typedef TQValueList<int> TypeList; %If ( KDE_3_2_0 - ) @@ -61,8 +61,8 @@ public: void setType (int); int type () const; static TypeList typeList (); - static QString typeLabel (int); - QString asString () const; + static TQString typeLabel (int); + TQString asString () const; public: @@ -82,8 +82,8 @@ public: %If ( KDE_3_4_0 - ) -//igx QDataStream& operator << (QDataStream&, const KABC::Secrecy&); -//igx QDataStream& operator >> (QDataStream&, KABC::Secrecy&); +//igx TQDataStream& operator << (TQDataStream&, const KABC::Secrecy&); +//igx TQDataStream& operator >> (TQDataStream&, KABC::Secrecy&); %End }; // namespace KABC |