author | andyq <andyq> | 2002-12-12 00:19:11 (UTC) |
---|---|---|
committer | andyq <andyq> | 2002-12-12 00:19:11 (UTC) |
commit | 88aa237487e8aa1c9f5d74ad90dc78bfc67e9203 (patch) (unidiff) | |
tree | 489d80597b7f20d9ac9c402dc6a26b86f04aafe1 | |
parent | 1d044ba4d276240b60bc98d18365a80183960751 (diff) | |
download | opie-88aa237487e8aa1c9f5d74ad90dc78bfc67e9203.zip opie-88aa237487e8aa1c9f5d74ad90dc78bfc67e9203.tar.gz opie-88aa237487e8aa1c9f5d74ad90dc78bfc67e9203.tar.bz2 |
Removed duff string
-rw-r--r-- | noncore/settings/aqpkg/install.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/aqpkg/install.ui b/noncore/settings/aqpkg/install.ui index 85dbcb0..53622dd 100644 --- a/noncore/settings/aqpkg/install.ui +++ b/noncore/settings/aqpkg/install.ui | |||
@@ -106,25 +106,25 @@ | |||
106 | <name>text</name> | 106 | <name>text</name> |
107 | <string>Space Avail</string> | 107 | <string>Space Avail</string> |
108 | </property> | 108 | </property> |
109 | </widget> | 109 | </widget> |
110 | <widget row="1" column="1" > | 110 | <widget row="1" column="1" > |
111 | <class>QLabel</class> | 111 | <class>QLabel</class> |
112 | <property stdset="1"> | 112 | <property stdset="1"> |
113 | <name>name</name> | 113 | <name>name</name> |
114 | <cstring>txtAvailableSpace</cstring> | 114 | <cstring>txtAvailableSpace</cstring> |
115 | </property> | 115 | </property> |
116 | <property stdset="1"> | 116 | <property stdset="1"> |
117 | <name>text</name> | 117 | <name>text</name> |
118 | <string>100000000</string> | 118 | <string></string> |
119 | </property> | 119 | </property> |
120 | </widget> | 120 | </widget> |
121 | </grid> | 121 | </grid> |
122 | </widget> | 122 | </widget> |
123 | <connections> | 123 | <connections> |
124 | <connection> | 124 | <connection> |
125 | <sender>btnOptions</sender> | 125 | <sender>btnOptions</sender> |
126 | <signal>clicked()</signal> | 126 | <signal>clicked()</signal> |
127 | <receiver>InstallDlg</receiver> | 127 | <receiver>InstallDlg</receiver> |
128 | <slot>optionsSelected()</slot> | 128 | <slot>optionsSelected()</slot> |
129 | </connection> | 129 | </connection> |
130 | <connection> | 130 | <connection> |