summaryrefslogtreecommitdiff
authorandyq <andyq>2002-12-05 18:00:21 (UTC)
committer andyq <andyq>2002-12-05 18:00:21 (UTC)
commit91c39b24a9fdf4129fa50f1bab3ec9a6fee0769c (patch) (unidiff)
tree22b82c9acb00a3249ef3ff549d7757f5a85362c8
parent675ab68194cc25793a18fd9e495958a90aaf0173 (diff)
downloadopie-91c39b24a9fdf4129fa50f1bab3ec9a6fee0769c.zip
opie-91c39b24a9fdf4129fa50f1bab3ec9a6fee0769c.tar.gz
opie-91c39b24a9fdf4129fa50f1bab3ec9a6fee0769c.tar.bz2
Fixed missing slot which dropped out :(
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/install.ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/settings/aqpkg/install.ui b/noncore/settings/aqpkg/install.ui
index c5a3596..85dbcb0 100644
--- a/noncore/settings/aqpkg/install.ui
+++ b/noncore/settings/aqpkg/install.ui
@@ -96,51 +96,52 @@
96 <string>Destination</string> 96 <string>Destination</string>
97 </property> 97 </property>
98 </widget> 98 </widget>
99 <widget row="1" column="0" > 99 <widget row="1" column="0" >
100 <class>QLabel</class> 100 <class>QLabel</class>
101 <property stdset="1"> 101 <property stdset="1">
102 <name>name</name> 102 <name>name</name>
103 <cstring>TextLabel3</cstring> 103 <cstring>TextLabel3</cstring>
104 </property> 104 </property>
105 <property stdset="1"> 105 <property stdset="1">
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>100000000</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>
131 <sender>btnInstall</sender> 131 <sender>btnInstall</sender>
132 <signal>clicked()</signal> 132 <signal>clicked()</signal>
133 <receiver>InstallDlg</receiver> 133 <receiver>InstallDlg</receiver>
134 <slot>installSelected()</slot> 134 <slot>installSelected()</slot>
135 </connection> 135 </connection>
136 <connection> 136 <connection>
137 <sender>destination</sender> 137 <sender>destination</sender>
138 <signal>highlighted(const QString&amp;)</signal> 138 <signal>highlighted(const QString&amp;)</signal>
139 <receiver>InstallDlg</receiver> 139 <receiver>InstallDlg</receiver>
140 <slot>displayAvailableSpace( const QString&amp; )</slot> 140 <slot>displayAvailableSpace( const QString&amp; )</slot>
141 </connection> 141 </connection>
142 <slot access="public">displayAvailableSpace( const QString&amp; )</slot> 142 <slot access="public">displayAvailableSpace( const QString&amp; )</slot>
143 <slot access="public">installSelected()</slot> 143 <slot access="public">installSelected()</slot>
144 <slot access="public">displayText( const QString &amp; )</slot>
144 <slot access="public">optionsSelected()</slot> 145 <slot access="public">optionsSelected()</slot>
145</connections> 146</connections>
146</UI> 147</UI>