summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/kopetemessage.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/libkopete/kopetemessage.h')
-rw-r--r--kopete/libkopete/kopetemessage.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kopete/libkopete/kopetemessage.h b/kopete/libkopete/kopetemessage.h
index df546c38..366a0204 100644
--- a/kopete/libkopete/kopetemessage.h
+++ b/kopete/libkopete/kopetemessage.h
@@ -119,7 +119,7 @@ public:
*/
Message( const Contact *fromKC, const TQPtrList<Contact> &toKC, const TQString &body,
MessageDirection direction, MessageFormat format = PlainText,
- const TQString &requestedPlugin = TQString::null, MessageType type = TypeNormal );
+ const TQString &requestedPlugin = TQString(), MessageType type = TypeNormal );
/**
* Constructs a new message. See @ref setBody() to more information about the format
@@ -133,7 +133,7 @@ public:
*/
Message( const Contact *fromKC, const Contact *toKC, const TQString &body,
MessageDirection direction, MessageFormat format = PlainText,
- const TQString &requestedPlugin = TQString::null, MessageType type = TypeNormal );
+ const TQString &requestedPlugin = TQString(), MessageType type = TypeNormal );
/**
* Constructs a new message. See @ref setBody() to more information about the format
@@ -148,7 +148,7 @@ public:
*/
Message( const Contact *fromKC, const TQPtrList<Contact> &toKC, const TQString &body,
const TQString &subject, MessageDirection direction, MessageFormat format = PlainText,
- const TQString &requestedPlugin = TQString::null, MessageType type = TypeNormal );
+ const TQString &requestedPlugin = TQString(), MessageType type = TypeNormal );
/**
* Constructs a new message. See @ref setBody() to more information about the format
@@ -163,7 +163,7 @@ public:
*/
Message( const TQDateTime &timeStamp, const Contact *fromKC, const TQPtrList<Contact> &toKC,
const TQString &body, MessageDirection direction, MessageFormat format = PlainText,
- const TQString &requestedPlugin = TQString::null, MessageType type = TypeNormal );
+ const TQString &requestedPlugin = TQString(), MessageType type = TypeNormal );
/**
* Constructs a new message. See @ref setBody() to more information about the format
@@ -179,7 +179,7 @@ public:
*/
Message( const TQDateTime &timeStamp, const Contact *fromKC, const TQPtrList<Contact> &toKC,
const TQString &body, const TQString &subject, MessageDirection direction,
- MessageFormat format = PlainText, const TQString &requestedPlugin = TQString::null,
+ MessageFormat format = PlainText, const TQString &requestedPlugin = TQString(),
MessageType type = TypeNormal );
/**