summaryrefslogtreecommitdiffstats
path: root/sip/kabc/address.sip
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-03 22:23:44 -0600
committerTimothy Pearson <[email protected]>2011-12-03 22:23:44 -0600
commit203ba231d0276943aae36111f9ec1e949f3c6a4c (patch)
treef039f7a5b5fc2da88a96876971bac580d87f6788 /sip/kabc/address.sip
parentfd35f4a8382b7d223bc0325b9ca3f88515778aa0 (diff)
downloadpytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.tar.gz
pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.zip
Initial TQt conversion
Diffstat (limited to 'sip/kabc/address.sip')
-rw-r--r--sip/kabc/address.sip70
1 files changed, 35 insertions, 35 deletions
diff --git a/sip/kabc/address.sip b/sip/kabc/address.sip
index d15d169..f78527d 100644
--- a/sip/kabc/address.sip
+++ b/sip/kabc/address.sip
@@ -34,10 +34,10 @@ class Address
public:
- typedef QValueList<KABC::Address> List;
+ typedef TQValueList<KABC::Address> List;
%If ( KDE_3_1_0 - )
- typedef QValueList<int> TypeList;
+ typedef TQValueList<int> TypeList;
%End
@@ -62,79 +62,79 @@ public:
bool isEmpty () const;
void clear ();
- void setId (const QString&);
- QString id () const;
+ void setId (const TQString&);
+ TQString id () const;
void setType (int);
int type () const;
%If ( KDE_3_1_0 - )
- QString typeLabel () const;
+ TQString typeLabel () const;
%End
- void setPostOfficeBox (const QString&);
- QString postOfficeBox () const;
+ void setPostOfficeBox (const TQString&);
+ TQString postOfficeBox () const;
%If ( KDE_3_1_0 - )
- static QString postOfficeBoxLabel ();
+ static TQString postOfficeBoxLabel ();
%End
- void setExtended (const QString&);
- QString extended () const;
+ void setExtended (const TQString&);
+ TQString extended () const;
%If ( KDE_3_1_0 - )
- static QString extendedLabel ();
+ static TQString extendedLabel ();
%End
- void setStreet (const QString&);
- QString street () const;
+ void setStreet (const TQString&);
+ TQString street () const;
%If ( KDE_3_1_0 - )
- static QString streetLabel ();
+ static TQString streetLabel ();
%End
- void setLocality (const QString&);
- QString locality () const;
+ void setLocality (const TQString&);
+ TQString locality () const;
%If ( KDE_3_1_0 - )
- static QString localityLabel ();
+ static TQString localityLabel ();
%End
- void setRegion (const QString&);
- QString region () const;
+ void setRegion (const TQString&);
+ TQString region () const;
%If ( KDE_3_1_0 - )
- static QString regionLabel ();
+ static TQString regionLabel ();
%End
- void setPostalCode (const QString&);
- QString postalCode () const;
+ void setPostalCode (const TQString&);
+ TQString postalCode () const;
%If ( KDE_3_1_0 - )
- static QString postalCodeLabel ();
+ static TQString postalCodeLabel ();
%End
- void setCountry (const QString&);
- QString country () const;
+ void setCountry (const TQString&);
+ TQString country () const;
%If ( KDE_3_1_0 - )
- static QString countryLabel ();
+ static TQString countryLabel ();
%End
- void setLabel (const QString&);
- QString label () const;
+ void setLabel (const TQString&);
+ TQString label () const;
%If ( KDE_3_1_0 - )
- static QString labelLabel ();
+ static TQString labelLabel ();
static KABC::Address::TypeList typeList ();
- static QString typeLabel (int);
+ static TQString typeLabel (int);
%End
void dump () const;
%If ( KDE_3_2_0 - )
- QString formattedAddress (const QString& = QString ::null , const QString& = QString ::null ) const;
- static QString countryToISO (const QString&);
- static QString ISOtoCountry (const QString&);
+ TQString formattedAddress (const TQString& = TQString ::null , const TQString& = TQString ::null ) const;
+ static TQString countryToISO (const TQString&);
+ static TQString ISOtoCountry (const TQString&);
%End
@@ -142,8 +142,8 @@ public:
%If ( KDE_3_1_0 - )
-//igx QDataStream& operator << (QDataStream&, const KABC::Address&);
-//igx QDataStream& operator >> (QDataStream&, KABC::Address&);
+//igx TQDataStream& operator << (TQDataStream&, const KABC::Address&);
+//igx TQDataStream& operator >> (TQDataStream&, KABC::Address&);
%End
}; // namespace KABC