diff options
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> |