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/sievedebugdialog.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kmail/sievedebugdialog.h') diff --git a/kmail/sievedebugdialog.h b/kmail/sievedebugdialog.h index ba51368a..384c003d 100644 --- a/kmail/sievedebugdialog.h +++ b/kmail/sievedebugdialog.h @@ -34,7 +34,7 @@ namespace KMime namespace Types { struct AddrSpec; - typedef QValueList AddrSpecList; + typedef TQValueList AddrSpecList; } } @@ -52,7 +52,7 @@ class SieveDebugDialog : public KDialogBase Q_OBJECT public: - SieveDebugDialog( QWidget *parent = 0, const char *name = 0 ); + SieveDebugDialog( TQWidget *parent = 0, const char *name = 0 ); virtual ~SieveDebugDialog(); protected: @@ -62,8 +62,8 @@ signals: void result( bool success ); protected slots: - void slotGetScript( KMail::SieveJob *job, bool success, const QString &script, bool active ); - void slotGetScriptList( KMail::SieveJob *job, bool success, const QStringList &scriptList, const QString &activeScript ); + void slotGetScript( KMail::SieveJob *job, bool success, const TQString &script, bool active ); + void slotGetScriptList( KMail::SieveJob *job, bool success, const TQStringList &scriptList, const TQString &activeScript ); void slotDialogOk(); void slotPutActiveResult( KMail::SieveJob*, bool ); @@ -75,14 +75,14 @@ protected: KMail::SieveJob *mSieveJob; KURL mUrl; - QTextEdit *mEdit; + TQTextEdit *mEdit; // Copied from AccountManager, because we have to do an async iteration // WARNING: When copy/pasting this code, be aware that accounts may // get removed inbetween! For debugging this is good enough // though. - Martijn - QValueList mAccountList; - QStringList mScriptList; + TQValueList mAccountList; + TQStringList mScriptList; KMail::ImapAccountBase *mAccountBase; }; -- cgit v1.2.3