diff options
Diffstat (limited to 'kopete/libkopete/kopetecontactlist.h')
-rw-r--r-- | kopete/libkopete/kopetecontactlist.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/kopete/libkopete/kopetecontactlist.h b/kopete/libkopete/kopetecontactlist.h index ff653d34..a0b27ded 100644 --- a/kopete/libkopete/kopetecontactlist.h +++ b/kopete/libkopete/kopetecontactlist.h @@ -47,9 +47,10 @@ class Contact; * @author Martijn Klingens <klingens@kde.org> * @author Olivier Goffart <ogoffart@tiscalinet.be> */ -class KOPETE_EXPORT ContactList : public QObject +class KOPETE_EXPORT ContactList : public TQObject { Q_OBJECT + TQ_OBJECT public: /** @@ -131,7 +132,7 @@ public: /** * return the metacontact that represent the user itself. - * This metacontact should be the parent of every Kopete::Account::myself() contacts. + * This metacontact should be the tqparent of every Kopete::Account::myself() contacts. * * This metacontact is not in the contactlist. */ @@ -345,7 +346,7 @@ public: //TODO I think all theses method should be moved to the decop interface. * Return all meta contacts with their current status * * FIXME: Do we *need* this one? Sounds error prone to me, because - * nicknames can contain parentheses too. - Martijn + * nicknames can contain tqparentheses too. - Martijn */ TQStringList contactStatuses() const; @@ -362,12 +363,12 @@ public: //TODO I think all theses method should be moved to the decop interface. * @param fileSize (Optional) The size of the file */ void sendFile(const TQString &displayName, const KURL &sourceURL, - const TQString &altFileName = TQString::null, const long unsigned int fileSize = 0L); + const TQString &altFileName = TQString(), const long unsigned int fileSize = 0L); /** * Open a chat to a contact, and optionally set some initial text */ - void messageContact( const TQString &displayName, const TQString &messageText = TQString::null ); + void messageContact( const TQString &displayName, const TQString &messageText = TQString() ); public slots: /** |