summaryrefslogtreecommitdiffstats
path: root/src/settings/cmdexecsettings_impl.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-30 13:45:37 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-30 13:45:37 -0600
commit443bfebf9b2f654fa89f521ddc398abb9b8ea93d (patch)
treee7c3a190d663ecac4217ece02b1f6ff5c56d7989 /src/settings/cmdexecsettings_impl.cpp
parent03e21a263b58553b4a09177172e8aee34c19ec93 (diff)
downloadtdesvn-443bfebf9b2f654fa89f521ddc398abb9b8ea93d.tar.gz
tdesvn-443bfebf9b2f654fa89f521ddc398abb9b8ea93d.zip
Fix a few remaining references to kio_
Diffstat (limited to 'src/settings/cmdexecsettings_impl.cpp')
-rw-r--r--src/settings/cmdexecsettings_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/cmdexecsettings_impl.cpp b/src/settings/cmdexecsettings_impl.cpp
index 0984818..0955641 100644
--- a/src/settings/cmdexecsettings_impl.cpp
+++ b/src/settings/cmdexecsettings_impl.cpp
@@ -31,7 +31,7 @@ CmdExecSettings_impl::CmdExecSettings_impl(TQWidget* parent, const char* name, W
{
kcfg_cmdline_log_minline->setSpecialValueText(i18n("No minimum"));
kcfg_cmdline_log_minline->setEnabled(kcfg_cmdline_show_logwindow->isChecked());
- kcfg_kio_standard_logmsg->setEnabled(kcfg_kio_use_standard_logmsg->isChecked());
+ kcfg_tdeio_standard_logmsg->setEnabled(kcfg_tdeio_use_standard_logmsg->isChecked());
}
CmdExecSettings_impl::~CmdExecSettings_impl()