summaryrefslogtreecommitdiffstats
path: root/src/swordoptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/swordoptions.cpp')
-rw-r--r--src/swordoptions.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/swordoptions.cpp b/src/swordoptions.cpp
index 705d4bb..0060b10 100644
--- a/src/swordoptions.cpp
+++ b/src/swordoptions.cpp
@@ -127,7 +127,7 @@ namespace KioSword
/** Read all options in from the config file/defaults */
- void SwordOptions::readFromConfig(const KConfig* config)
+ void SwordOptions::readFromConfig(const TDEConfig* config)
{
vector<OptionBase*>::const_iterator it;
vector<OptionBase*>::const_iterator it_end = m_optionList.end();
@@ -139,7 +139,7 @@ namespace KioSword
}
/** Save all options to the config file */
- void SwordOptions::saveToConfig(KConfig* config)
+ void SwordOptions::saveToConfig(TDEConfig* config)
{
vector<OptionBase*>::const_iterator it;
vector<OptionBase*>::const_iterator it_end = m_optionList.end();