summaryrefslogtreecommitdiffstats
path: root/korn/maildrop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korn/maildrop.cpp')
-rw-r--r--korn/maildrop.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/korn/maildrop.cpp b/korn/maildrop.cpp
index 9d2f12f6..20b6dfe9 100644
--- a/korn/maildrop.cpp
+++ b/korn/maildrop.cpp
@@ -72,7 +72,7 @@ void KMailDrop::forceCountZero()
emit changed( 0, this );
}
-void KMailDrop::readGeneralConfigGroup( const KConfigBase& cfg )
+void KMailDrop::readGeneralConfigGroup( const TDEConfigBase& cfg )
{
_passivePopup = cfg.readBoolEntry(fu(PassivePopupConfigKey), false );
_passiveDate = cfg.readBoolEntry(fu(PassiveDateConfigKey), false );
@@ -82,7 +82,7 @@ void KMailDrop::readGeneralConfigGroup( const KConfigBase& cfg )
emit(configChanged());
}
-bool KMailDrop::readConfigGroup(const KConfigBase & c)
+bool KMailDrop::readConfigGroup(const TDEConfigBase & c)
{
_caption = c.readEntry(fu(CaptionConfigKey));
_clickCmd = c.readPathEntry(fu(ClickConfigKey));
@@ -103,7 +103,7 @@ bool KMailDrop::readConfigGroup(const KConfigBase & c)
return true;
}
-bool KMailDrop::writeConfigGroup(KConfigBase & c) const
+bool KMailDrop::writeConfigGroup(TDEConfigBase & c) const
{
c.writeEntry(fu(TypeConfigKey), type());
c.writeEntry(fu(CaptionConfigKey), caption());