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/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/proxy.ui')
-rw-r--r-- | src/proxy.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proxy.ui b/src/proxy.ui index 3181b5ab..4e64f357 100644 --- a/src/proxy.ui +++ b/src/proxy.ui @@ -36,7 +36,7 @@ </widget> </item> <item row="1" column="2"> - <widget class="QLineEdit" name="userNameLineEdit"/> + <widget class="KLineEdit" name="userNameLineEdit"/> </item> <item row="2" column="0" colspan="2"> <widget class="QLabel" name="passwordLabel"> @@ -46,7 +46,7 @@ </widget> </item> <item row="2" column="2"> - <widget class="QLineEdit" name="passwordLineEdit"> + <widget class="KLineEdit" name="passwordLineEdit"> <property name="echoMode"> <enum>QLineEdit::Password</enum> </property> |