diff options
| author | mlaurent <mlaurent@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-06-08 11:55:38 +0000 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2009-06-08 16:07:42 +0200 | 
| commit | 7ac537d5e38660c79e9da2ab730cb55ca48f6328 (patch) | |
| tree | b45bae9e7236aafb14a3970451641522eacbba78 | |
| parent | bookmark toolbar displaying ALL the bookmarks. (diff) | |
| download | rekonq-7ac537d5e38660c79e9da2ab730cb55ca48f6328.tar.xz | |
fixuifiles
git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@978867 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
| -rw-r--r-- | src/cookies.ui | 3 | ||||
| -rw-r--r-- | src/cookiesexceptions.ui | 3 | ||||
| -rw-r--r-- | src/history.ui | 3 | 
3 files changed, 0 insertions, 9 deletions
| diff --git a/src/cookies.ui b/src/cookies.ui index ae1c4a2b..992cd995 100644 --- a/src/cookies.ui +++ b/src/cookies.ui @@ -16,9 +16,6 @@      <verstretch>0</verstretch>     </sizepolicy>    </property> -  <property name="windowTitle"> -   <string>Form</string> -  </property>    <layout class="QVBoxLayout" name="verticalLayout">     <item>      <layout class="QHBoxLayout" name="horizontalLayout"> diff --git a/src/cookiesexceptions.ui b/src/cookiesexceptions.ui index 3e28b42a..0d8ae84f 100644 --- a/src/cookiesexceptions.ui +++ b/src/cookiesexceptions.ui @@ -10,9 +10,6 @@      <height>400</height>     </rect>    </property> -  <property name="windowTitle"> -   <string>Form</string> -  </property>    <layout class="QVBoxLayout" name="verticalLayout_2">     <item>      <widget class="QGroupBox" name="CookiesExceptionWidget"> diff --git a/src/history.ui b/src/history.ui index fb694f8f..1f3e1016 100644 --- a/src/history.ui +++ b/src/history.ui @@ -10,9 +10,6 @@      <height>381</height>     </rect>    </property> -  <property name="windowTitle"> -   <string>Form</string> -  </property>    <layout class="QVBoxLayout" name="verticalLayout">     <item>      <layout class="QHBoxLayout"> | 
