From 69cac65817d949cda2672ec4f0aa73d5e66a0ba1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 22 Jun 2011 00:30:31 +0000 Subject: TQt4 port kdenetwork This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1237912 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kopete/libkopete/kopetemessage.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kopete/libkopete/kopetemessage.h') 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 &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 &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 &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 &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 ); /** -- cgit v1.2.1