summaryrefslogtreecommitdiff
path: root/src/settings
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-02-14 11:23:37 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-02-14 11:23:37 +0100
commit3e1ac6fb3f9865bf5bb0c156e985c1a4577b20e0 (patch)
treec0febbda6a1eff4693e856eb0bee65b3ac400136 /src/settings
parentrekonq 0.3.91 (diff)
downloadrekonq-3e1ac6fb3f9865bf5bb0c156e985c1a4577b20e0.tar.xz
Krazy issues (1st branch)
Diffstat (limited to 'src/settings')
-rw-r--r--src/settings/settings_webkit.ui2
-rw-r--r--src/settings/settingsdialog.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/settings/settings_webkit.ui b/src/settings/settings_webkit.ui
index 5074522b..75776d95 100644
--- a/src/settings/settings_webkit.ui
+++ b/src/settings/settings_webkit.ui
@@ -148,7 +148,7 @@
</widget>
</item>
<item>
- <widget class="QComboBox" name="kcfg_pluginsEnabled">
+ <widget class="KComboBox" name="kcfg_pluginsEnabled">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
<horstretch>0</horstretch>
diff --git a/src/settings/settingsdialog.cpp b/src/settings/settingsdialog.cpp
index 2c04fac0..a3bf7359 100644
--- a/src/settings/settingsdialog.cpp
+++ b/src/settings/settingsdialog.cpp
@@ -138,7 +138,7 @@ Private::Private(SettingsDialog *parent)
pageItem->setIcon(KIcon(ebrowsingInfo.icon()));
// WARNING remember wheh changing here that the smaller netbooks
- // have a 1024x576 resolution. So DONT bother that limits!!
+ // have a 1024x576 resolution. So DON'T bother that limits!!
parent->setMinimumSize(700,525);
}