summaryrefslogtreecommitdiff
path: root/src/settings.cpp
diff options
context:
space:
mode:
authorLionel Chauvin <megabigbug@yahoo.fr>2009-08-14 20:53:13 +0200
committerLionel Chauvin <megabigbug@yahoo.fr>2009-08-14 20:53:13 +0200
commit2d41cc7cbfd0f508521481248f9f506f28d1538f (patch)
treeae3048ca6bbe5e461aec07bae2b1ab83ba8e4b78 /src/settings.cpp
parentSome work on WebPage class.. (diff)
downloadrekonq-2d41cc7cbfd0f508521481248f9f506f28d1538f.tar.xz
fix #203862
Diffstat (limited to 'src/settings.cpp')
-rw-r--r--src/settings.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/settings.cpp b/src/settings.cpp
index b5316ff5..3ca086a8 100644
--- a/src/settings.cpp
+++ b/src/settings.cpp
@@ -146,7 +146,8 @@ SettingsDialog::SettingsDialog(QWidget *parent)
connect(d->cookiesModule, SIGNAL(changed(bool)), this, SLOT(updateButtons()));
connect(this, SIGNAL(applyClicked()), this, SLOT(saveSettings()));
-
+ connect(this, SIGNAL(okClicked()), this, SLOT(saveSettings()));
+
setWebSettingsToolTips();
}