summaryrefslogtreecommitdiffstats
path: root/katapult/plugins/catalogs/execcatalog/execcatalog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'katapult/plugins/catalogs/execcatalog/execcatalog.cpp')
-rw-r--r--katapult/plugins/catalogs/execcatalog/execcatalog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/katapult/plugins/catalogs/execcatalog/execcatalog.cpp b/katapult/plugins/catalogs/execcatalog/execcatalog.cpp
index 7915065..9aed4e8 100644
--- a/katapult/plugins/catalogs/execcatalog/execcatalog.cpp
+++ b/katapult/plugins/catalogs/execcatalog/execcatalog.cpp
@@ -82,12 +82,12 @@ bool ExecCatalog::accepts(const TQString& str) const
return str.left(length + 1) == _triggerWord + " ";
}
-void ExecCatalog::readSettings(KConfigBase* config)
+void ExecCatalog::readSettings(TDEConfigBase* config)
{
_triggerWord = config->readEntry("TriggerWord", i18n("Should be short, easy and quick to type", "exec"));
}
-void ExecCatalog::writeSettings(KConfigBase* config)
+void ExecCatalog::writeSettings(TDEConfigBase* config)
{
config->writeEntry("TriggerWord", _triggerWord);
}