From 86d8364ac704bdc8ad2dfcf52307d9626cfac567 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:37:21 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- korn/maildrop.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'korn/maildrop.cpp') 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()); -- cgit v1.2.3