diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-07 15:19:33 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-07 15:19:33 +0200 |
commit | 3b4aa1a6cc3250978e26d5ca3bff7b7adcd1ac97 (patch) | |
tree | 2d96630ffeb8d6607592b07d87275eb8501baf81 /src/settings_proxy.ui | |
parent | Merge commit 'megabigbug/query' (diff) | |
download | rekonq-3b4aa1a6cc3250978e26d5ca3bff7b7adcd1ac97.tar.xz |
Krazy fixes. Part 2.
- KDE classes in ui files
- Ui dialog deleteLater
- const in for each loop (apart from the QWebFrame one..)
Diffstat (limited to 'src/settings_proxy.ui')
-rw-r--r-- | src/settings_proxy.ui | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/settings_proxy.ui b/src/settings_proxy.ui index 90e308a2..938529b0 100644 --- a/src/settings_proxy.ui +++ b/src/settings_proxy.ui @@ -37,7 +37,7 @@ </widget> </item> <item row="1" column="1" colspan="2" > - <widget class="QComboBox" name="kcfg_proxyType" > + <widget class="KComboBox" name="kcfg_proxyType" > <item> <property name="text" > <string>SOCKS 5</string> @@ -140,13 +140,6 @@ </item> </layout> </widget> - <customwidgets> - <customwidget> - <class>KLineEdit</class> - <extends>QLineEdit</extends> - <header>klineedit.h</header> - </customwidget> - </customwidgets> <resources/> <connections/> </ui> |