summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/oscar/liboscar/oscartypeclasses.h
diff options
context:
space:
mode:
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