summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/oscar/liboscar/oscartypeclasses.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-22 00:30:31 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-22 00:30:31 +0000
commit69cac65817d949cda2672ec4f0aa73d5e66a0ba1 (patch)
tree073fde0496ea90eb5bf5cffe66a8da43a9f55fbc /kopete/protocols/oscar/liboscar/oscartypeclasses.h
parent3467e6464beac3a162839bf7078e22e3a74d73e7 (diff)
downloadtdenetwork-69cac65817d949cda2672ec4f0aa73d5e66a0ba1.tar.gz
tdenetwork-69cac65817d949cda2672ec4f0aa73d5e66a0ba1.zip
TQt4 port kdenetwork
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1237912 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kopete/protocols/oscar/liboscar/oscartypeclasses.h')
-rw-r--r--kopete/protocols/oscar/liboscar/oscartypeclasses.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/kopete/protocols/oscar/liboscar/oscartypeclasses.h b/kopete/protocols/oscar/liboscar/oscartypeclasses.h
index e4ec6ded..dec69c37 100644
--- a/kopete/protocols/oscar/liboscar/oscartypeclasses.h
+++ b/kopete/protocols/oscar/liboscar/oscartypeclasses.h
@@ -33,14 +33,14 @@ class KOPETE_EXPORT TLV
public:
TLV();
- TLV( Q_UINT16, Q_UINT16, char* data );
- TLV( Q_UINT16, Q_UINT16, const TQByteArray& );
+ TLV( TQ_UINT16, TQ_UINT16, char* data );
+ TLV( TQ_UINT16, TQ_UINT16, const TQByteArray& );
TLV( const TLV& t );
operator bool() const;
- Q_UINT16 type;
- Q_UINT16 length;
+ TQ_UINT16 type;
+ TQ_UINT16 length;
TQByteArray data;
};
@@ -60,17 +60,17 @@ public:
TQString name() const;
/** \brief The group id of the SSI item */
- Q_UINT16 gid() const;
+ TQ_UINT16 gid() const;
/** \brief The buddy id of the SSI item */
- Q_UINT16 bid() const;
+ TQ_UINT16 bid() const;
/**
* \brief The type of the SSI Item.
* see ROSTER_* defines on oscartypes.h
* Use a value of 0xFFFF for an SSI item not on the server list
*/
- Q_UINT16 type() const;
+ TQ_UINT16 type() const;
/** \brief the TLV list for the item */
const TQValueList<TLV>& tlvList() const;
@@ -84,10 +84,10 @@ public:
* This is not the number of items in the list!! It's the aggregation of the
* sizes of the TLVs
*/
- void setTLVListLength( Q_UINT16 newLength );
+ void setTLVListLength( TQ_UINT16 newLength );
/** \brief Get the TLV list length */
- Q_UINT16 tlvListLength() const;
+ TQ_UINT16 tlvListLength() const;
/**
* Get the alias for the SSI item