From 47c8a359c5276062c4bc17f0e82410f29081b502 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:48:06 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1157648 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- .../groupwise/libgroupwise/eventtransfer.h | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'kopete/protocols/groupwise/libgroupwise/eventtransfer.h') diff --git a/kopete/protocols/groupwise/libgroupwise/eventtransfer.h b/kopete/protocols/groupwise/libgroupwise/eventtransfer.h index 335d4593..d044fb55 100644 --- a/kopete/protocols/groupwise/libgroupwise/eventtransfer.h +++ b/kopete/protocols/groupwise/libgroupwise/eventtransfer.h @@ -18,8 +18,8 @@ #ifndef GW_EVENTTRANSFER_H #define GW_EVENTTRANSFER_H -#include -#include +#include +#include #include "gwerror.h" @@ -55,7 +55,7 @@ public: * @param source the user generating the event. * @param timeStamp the time at which the event was received. */ - EventTransfer( const Q_UINT32 eventType, const QString & source, QDateTime timeStamp ); + EventTransfer( const Q_UINT32 eventType, const TQString & source, TQDateTime timeStamp ); ~EventTransfer(); /** * Access the bitmask that describes the transfer's contents. Use @ref Contents to determine what it contains @@ -78,33 +78,33 @@ public: */ TransferType type() { return Transfer::EventTransfer; } int eventType(); - QString source(); - QDateTime timeStamp(); + TQString source(); + TQDateTime timeStamp(); GroupWise::ConferenceGuid guid(); Q_UINT32 flags(); - QString message(); + TQString message(); Q_UINT16 status(); - QString statusText(); + TQString statusText(); /** * Mutators to set the transfer's contents */ void setGuid( const GroupWise::ConferenceGuid & guid ); void setFlags( const Q_UINT32 flags ); - void setMessage( const QString & message ); + void setMessage( const TQString & message ); void setStatus( const Q_UINT16 status ); - void setStatusText( const QString & statusText); + void setStatusText( const TQString & statusText); private: Q_UINT32 m_contentFlags; int m_eventType; - QString m_source; - QDateTime m_timeStamp; + TQString m_source; + TQDateTime m_timeStamp; GroupWise::ConferenceGuid m_guid; Q_UINT32 m_flags; - QString m_message; + TQString m_message; Q_UINT16 m_status; - QString m_statusText; + TQString m_statusText; }; #endif -- cgit v1.2.1