summaryrefslogtreecommitdiff
path: root/src/settings
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-08-19 16:24:55 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-08-19 21:03:35 +0200
commitb76b1c77be200ca3770b9b703ae5131749f02cb8 (patch)
tree9111e76ce40bd318ddc861621369f964c37d2535 /src/settings
parentMerge commit 'refs/merge-requests/179' of git://gitorious.org/rekonq/mainline... (diff)
downloadrekonq-b76b1c77be200ca3770b9b703ae5131749f02cb8.tar.xz
Simpler than I thought, fix kget integration
Diffstat (limited to 'src/settings')
-rw-r--r--src/settings/generalwidget.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/settings/generalwidget.cpp b/src/settings/generalwidget.cpp
index 94f8b9c6..642813ae 100644
--- a/src/settings/generalwidget.cpp
+++ b/src/settings/generalwidget.cpp
@@ -92,8 +92,6 @@ void GeneralWidget::checkKGetPresence()
{
if (KStandardDirs::findExe("kget").isNull())
{
- ReKonfig::setKgetDownload(false);
- ReKonfig::setKgetList(false);
kcfg_kgetDownload->setDisabled(true);
kcfg_kgetList->setDisabled(true);
kcfg_kgetDownload->setToolTip(i18n("Install KGet to enable rekonq to use KGet as download manager"));