summaryrefslogtreecommitdiffstats
path: root/kmail/sievedebugdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/sievedebugdialog.h')
-rw-r--r--kmail/sievedebugdialog.h14
1 files changed, 7 insertions, 7 deletions
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<AddrSpec> AddrSpecList;
+ typedef TQValueList<AddrSpec> 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<KMAccount *> mAccountList;
- QStringList mScriptList;
+ TQValueList<KMAccount *> mAccountList;
+ TQStringList mScriptList;
KMail::ImapAccountBase *mAccountBase;
};