summaryrefslogtreecommitdiffstats
path: root/kmail/sieveconfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/sieveconfig.cpp')
-rw-r--r--kmail/sieveconfig.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/sieveconfig.cpp b/kmail/sieveconfig.cpp
index 9c22539c..8e185f3a 100644
--- a/kmail/sieveconfig.cpp
+++ b/kmail/sieveconfig.cpp
@@ -31,7 +31,7 @@
namespace KMail {
- void SieveConfig::readConfig( const KConfigBase & config ) {
+ void SieveConfig::readConfig( const TDEConfigBase & config ) {
mManagesieveSupported = config.readBoolEntry( "sieve-support", false );
mReuseConfig = config.readBoolEntry( "sieve-reuse-config", true );
@@ -45,7 +45,7 @@ namespace KMail {
mVacationFileName = "kmail-vacation.siv";
}
- void SieveConfig::writeConfig( KConfigBase & config ) const {
+ void SieveConfig::writeConfig( TDEConfigBase & config ) const {
config.writeEntry( "sieve-support", managesieveSupported() );
config.writeEntry( "sieve-reuse-config", reuseConfig() );
config.writeEntry( "sieve-port", port() );