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/smppopupui.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/smppopupui.ui')
-rw-r--r-- | src/smppopupui.ui | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/smppopupui.ui b/src/smppopupui.ui index 4120e3c..19599ac 100644 --- a/src/smppopupui.ui +++ b/src/smppopupui.ui @@ -1,6 +1,6 @@ <!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>SMPPopupUI</class> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>SMPPopupUI</cstring> </property> @@ -66,7 +66,7 @@ </rect> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>tlText</cstring> </property> @@ -81,11 +81,11 @@ <property name="text"> <string>Please enter the secret passphrase to authenticate this contact.</string> </property> - <property name="alignment"> + <property name="tqalignment"> <set>WordBreak|AlignVCenter</set> </property> </widget> - <widget class="QLabel"> + <widget class="TQLabel"> <property name="name"> <cstring>pLIcon</cstring> </property> @@ -174,13 +174,13 @@ <slot>manualAuth()</slot> </connection> </connections> -<slots> +<Q_SLOTS> <slot>manualAuth()</slot> <slot>respondSMP()</slot> <slot>openHelp()</slot> <slot>cancelSMP()</slot> -</slots> -<layoutdefaults spacing="6" margin="11"/> +</Q_SLOTS> +<tqlayoutdefaults spacing="6" margin="11"/> <includehints> <includehint>kpushbutton.h</includehint> <includehint>kpushbutton.h</includehint> |