summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/kopeteiface.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/kopeteiface.h')
-rw-r--r--kopete/kopete/kopeteiface.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/kopete/kopete/kopeteiface.h b/kopete/kopete/kopeteiface.h
index 46a52166..a5ce3855 100644
--- a/kopete/kopete/kopeteiface.h
+++ b/kopete/kopete/kopeteiface.h
@@ -42,23 +42,23 @@ k_dcop:
TQStringList contactFileProtocols(const TQString &displayName);
/*void sendFile(const TQString &displayName, const KURL &sourceURL,
- const TQString &altFileName = TQString::null, uint fileSize = 0);*/
+ const TQString &altFileName = TQString(), uint fileSize = 0);*/
// FIXME: Do we *need* this one? Sounds error prone to me, because
- // nicknames can contain parentheses too.
- // Better add a contactStatus( const TQString id ) I'd say - Martijn
- TQStringList contactsStatus();
+ // nicknames can contain tqparentheses too.
+ // Better add a contacttqStatus( const TQString id ) I'd say - Martijn
+ TQStringList contactstqStatus();
/**
* Open a chat to a contact, and optionally set some initial text
*/
- TQString messageContact( const TQString &contactId, const TQString &messageText = TQString::null );
+ TQString messageContact( const TQString &contactId, const TQString &messageText = TQString() );
/**
* Describe the status of a contact by their metaContactId,
* aka their uid in KABC.
*/
- TQString onlineStatus( const TQString &metaContactId );
+ TQString onlinetqStatus( const TQString &metaContactId );
/**
* Message a contact by their metaContactId, aka their uid in KABC.
@@ -76,7 +76,7 @@ k_dcop:
* @return Weather or not the contact was added successfully
*/
bool addContact( const TQString &protocolName, const TQString &accountId, const TQString &contactId,
- const TQString &displayName, const TQString &groupName = TQString::null );
+ const TQString &displayName, const TQString &groupName = TQString() );
/**
* return a list of alls accounts.