From 145d30f0b8cbacc3599379e8717299734f3bb534 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:14:31 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- src/fetch/gcstarpluginfetcher.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fetch/gcstarpluginfetcher.cpp') diff --git a/src/fetch/gcstarpluginfetcher.cpp b/src/fetch/gcstarpluginfetcher.cpp index 7b363ce..a026f97 100644 --- a/src/fetch/gcstarpluginfetcher.cpp +++ b/src/fetch/gcstarpluginfetcher.cpp @@ -198,7 +198,7 @@ bool GCstarPluginFetcher::canFetch(int type_) const { return m_collType == -1 ? false : m_collType == type_; } -void GCstarPluginFetcher::readConfigHook(const KConfigGroup& config_) { +void GCstarPluginFetcher::readConfigHook(const TDEConfigGroup& config_) { m_collType = config_.readNumEntry("CollectionType", -1); m_plugin = config_.readEntry("Plugin"); } @@ -443,7 +443,7 @@ GCstarPluginFetcher::ConfigWidget::ConfigWidget(TQWidget* parent_, const GCstarP GCstarPluginFetcher::ConfigWidget::~ConfigWidget() { } -void GCstarPluginFetcher::ConfigWidget::saveConfig(KConfigGroup& config_) { +void GCstarPluginFetcher::ConfigWidget::saveConfig(TDEConfigGroup& config_) { config_.writeEntry("CollectionType", m_collCombo->currentType()); config_.writeEntry("Plugin", m_pluginCombo->currentText()); } -- cgit v1.2.1