diff options
Diffstat (limited to 'kmail/sieveconfig.h')
-rw-r--r-- | kmail/sieveconfig.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kmail/sieveconfig.h b/kmail/sieveconfig.h index 17380eb0f..d426b998c 100644 --- a/kmail/sieveconfig.h +++ b/kmail/sieveconfig.h @@ -30,7 +30,7 @@ namespace KMail { public: SieveConfig( bool managesieveSupported=false, bool reuseConfig=true, unsigned int port=2000, const KURL & alternateURL=KURL(), - const TQString& vacationFileName = TQString::null ) + const TQString& vacationFileName = TQString() ) : mManagesieveSupported( managesieveSupported ), mReuseConfig( reuseConfig ), mPort( port ), @@ -87,8 +87,9 @@ namespace KMail { class SieveConfigEditor : public TQWidget { Q_OBJECT + TQ_OBJECT public: - SieveConfigEditor( TQWidget * parent=0, const char * name=0 ); + SieveConfigEditor( TQWidget * tqparent=0, const char * name=0 ); bool managesieveSupported() const; virtual void setManagesieveSupported( bool enable ); |