diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-30 20:09:36 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-30 20:09:36 +0000 |
commit | c54c3c07f612a7e039b015e8a2c4d8ec9ca5e9ff (patch) | |
tree | 9252de70e029efb2850bd6ac7508e058651d07eb /src/verifypopupui.ui | |
parent | c99e1ecc99f459c847136f51b98d905fcb11dd26 (diff) | |
download | kopete-otr-c54c3c07f612a7e039b015e8a2c4d8ec9ca5e9ff.tar.gz kopete-otr-c54c3c07f612a7e039b015e8a2c4d8ec9ca5e9ff.zip |
TQt4 port kopete-otr
This enables compilation under both Qt3 and Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kopete-otr@1238882 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/verifypopupui.ui')
-rw-r--r-- | src/verifypopupui.ui | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/verifypopupui.ui b/src/verifypopupui.ui index 054858e..dd13905 100644 --- a/src/verifypopupui.ui +++ b/src/verifypopupui.ui @@ -1,6 +1,6 @@ <!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>VerifyPopupUI</class> -<widget class="QDialog"> +<widget class="TQDialog"> <property name="name"> <cstring>VerifyPopupUI</cstring> </property> @@ -40,7 +40,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>461</width> <height>20</height> @@ -56,7 +56,7 @@ <property name="name"> <cstring>cbVerify</cstring> </property> - <property name="maximumSize"> + <property name="tqmaximumSize"> <size> <width>130</width> <height>32767</height> @@ -73,14 +73,14 @@ </font> </property> </widget> - <widget class="QLabel" row="1" column="0" rowspan="1" colspan="3"> + <widget class="TQLabel" row="1" column="0" rowspan="1" colspan="3"> <property name="name"> <cstring>alFingerprint</cstring> </property> <property name="text"> <string></string> </property> - <property name="alignment"> + <property name="tqalignment"> <set>WordBreak|AlignVCenter</set> </property> </widget> @@ -100,10 +100,10 @@ <slot>close()</slot> </connection> </connections> -<slots> +<Q_SLOTS> <slot>cbChanged()</slot> -</slots> -<layoutdefaults spacing="6" margin="11"/> +</Q_SLOTS> +<tqlayoutdefaults spacing="6" margin="11"/> <includehints> <includehint>kpushbutton.h</includehint> <includehint>kactivelabel.h</includehint> |