diff options
Diffstat (limited to 'kmail/kmsender.h')
-rw-r--r-- | kmail/kmsender.h | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/kmail/kmsender.h b/kmail/kmsender.h index bf9864621..f97edfe80 100644 --- a/kmail/kmsender.h +++ b/kmail/kmsender.h @@ -27,11 +27,11 @@ # endif #endif -#include <qcstring.h> -#include <qstring.h> -#include <qstringlist.h> -#include <qmap.h> -#include <qobject.h> +#include <tqcstring.h> +#include <tqstring.h> +#include <tqstringlist.h> +#include <tqmap.h> +#include <tqobject.h> #include <kdeversion.h> 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<QString,QString> mPasswdCache; + TQMap<TQString,TQString> mPasswdCache; }; #endif /*kmsender_h*/ |