diff options
Diffstat (limited to 'kopete/kopete/kimifaceimpl.h')
-rw-r--r-- | kopete/kopete/kimifaceimpl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kopete/kopete/kimifaceimpl.h b/kopete/kopete/kimifaceimpl.h index e5635195..d99c6335 100644 --- a/kopete/kopete/kimifaceimpl.h +++ b/kopete/kopete/kimifaceimpl.h @@ -28,6 +28,7 @@ class MetaContact; class KIMIfaceImpl : public TQObject, public KIMIface { Q_OBJECT + TQ_OBJECT public: KIMIfaceImpl(); ~KIMIfaceImpl(); @@ -41,7 +42,7 @@ public: bool isPresent( const TQString &uid ); TQString displayName( const TQString &uid ); TQString presenceString( const TQString &uid ); - int presenceStatus( const TQString &uid ); + int presencetqStatus( const TQString &uid ); bool canReceiveFiles( const TQString &uid ); bool canRespond( const TQString &uid ); TQString locate( const TQString &contactId, const TQString &protocol ); @@ -71,7 +72,7 @@ public: * Send the file to the contact */ void sendFile(const TQString &uid, const KURL &sourceURL, - const TQString &altFileName = TQString::null, uint fileSize = 0); + const TQString &altFileName = TQString(), uint fileSize = 0); // MUTATORS // Contact list |