From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmail/kmsender.h | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'kmail/kmsender.h') diff --git a/kmail/kmsender.h b/kmail/kmsender.h index bf986462..f97edfe8 100644 --- a/kmail/kmsender.h +++ b/kmail/kmsender.h @@ -27,11 +27,11 @@ # endif #endif -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include class KMMessage; @@ -50,7 +50,7 @@ namespace KPIM { class ProgressItem; } -class KMSender: public QObject, public KMail::MessageSender +class KMSender: public TQObject, public KMail::MessageSender { Q_OBJECT friend class ::KMSendProc; @@ -74,7 +74,7 @@ protected: /** Send queued messages, using the specified transport or the * default, if none is given. */ - bool doSendQueued( const QString& transport ); + bool doSendQueued( const TQString& transport ); private: /** Returns TRUE if sending is in progress. */ @@ -104,7 +104,7 @@ public: private: /** sets a status msg and emits statusMsg() */ - void setStatusMsg(const QString&); + void setStatusMsg(const TQString&); /** sets replied/forwarded status in the linked message for @p aMsg. */ void setStatusByLink(const KMMessage *aMsg); @@ -144,9 +144,9 @@ private: /** Parse protocol '://' (host port? | mailer) string and set transport settings */ - KMSendProc* createSendProcFromString( const QString & transport ); + KMSendProc* createSendProcFromString( const TQString & transport ); - bool runPrecommand( const QString & cmd ); + bool runPrecommand( const TQString & cmd ); private: bool mSendImmediate; @@ -154,11 +154,11 @@ private: KMTransportInfo *mTransportInfo; KMPrecommand *mPrecommand; - QString mCustomTransport; + TQString mCustomTransport; bool mSentOk, mSendAborted; - QString mErrorMsg; + TQString mErrorMsg; KMSendProc *mSendProc; - QString mMethodStr; + TQString mMethodStr; bool mSendProcStarted; bool mSendInProgress; KMFolder *mOutboxFolder; @@ -168,7 +168,7 @@ private: int mSentMessages, mTotalMessages; int mSentBytes, mTotalBytes; int mFailedMessages; - QMap mPasswdCache; + TQMap mPasswdCache; }; #endif /*kmsender_h*/ -- cgit v1.2.3