summaryrefslogtreecommitdiff
authorandyq <andyq>2002-12-05 18:00:21 (UTC)
committer andyq <andyq>2002-12-05 18:00:21 (UTC)
commit91c39b24a9fdf4129fa50f1bab3ec9a6fee0769c (patch) (side-by-side diff)
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 @@
<string>Destination</string>
</property>
</widget>
<widget row="1" column="0" >
<class>QLabel</class>
<property stdset="1">
<name>name</name>
<cstring>TextLabel3</cstring>
</property>
<property stdset="1">
<name>text</name>
<string>Space Avail</string>
</property>
</widget>
<widget row="1" column="1" >
<class>QLabel</class>
<property stdset="1">
<name>name</name>
<cstring>txtAvailableSpace</cstring>
</property>
<property stdset="1">
<name>text</name>
<string>100000000</string>
</property>
</widget>
</grid>
</widget>
<connections>
<connection>
<sender>btnOptions</sender>
<signal>clicked()</signal>
<receiver>InstallDlg</receiver>
<slot>optionsSelected()</slot>
</connection>
<connection>
<sender>btnInstall</sender>
<signal>clicked()</signal>
<receiver>InstallDlg</receiver>
<slot>installSelected()</slot>
</connection>
<connection>
<sender>destination</sender>
<signal>highlighted(const QString&amp;)</signal>
<receiver>InstallDlg</receiver>
<slot>displayAvailableSpace( const QString&amp; )</slot>
</connection>
<slot access="public">displayAvailableSpace( const QString&amp; )</slot>
<slot access="public">installSelected()</slot>
+ <slot access="public">displayText( const QString &amp; )</slot>
<slot access="public">optionsSelected()</slot>
</connections>
</UI>