diff options
Diffstat (limited to 'vcs/cvsservice/cvsformbase.ui')
-rw-r--r-- | vcs/cvsservice/cvsformbase.ui | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/vcs/cvsservice/cvsformbase.ui b/vcs/cvsservice/cvsformbase.ui index 2a7b5c42..acd4d3bf 100644 --- a/vcs/cvsservice/cvsformbase.ui +++ b/vcs/cvsservice/cvsformbase.ui @@ -1,7 +1,7 @@ <!DOCTYPE UI><UI version="3.1" stdsetdef="1"> <class>CvsFormBase</class> <author>Yann Hodique</author> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>CvsFormBase</cstring> </property> @@ -20,7 +20,7 @@ <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QLabel" row="5" column="0"> + <widget class="TQLabel" row="5" column="0"> <property name="name"> <cstring>TextLabel5</cstring> </property> @@ -60,7 +60,7 @@ Most of the thime you'll just reuse the project name</string> <string>Enter the vendor name</string> </property> </widget> - <widget class="QLabel" row="4" column="0"> + <widget class="TQLabel" row="4" column="0"> <property name="name"> <cstring>TextLabel3</cstring> </property> @@ -71,7 +71,7 @@ Most of the thime you'll just reuse the project name</string> <cstring>message_edit</cstring> </property> </widget> - <widget class="QLabel" row="2" column="0"> + <widget class="TQLabel" row="2" column="0"> <property name="name"> <cstring>TextLabel2</cstring> </property> @@ -82,7 +82,7 @@ Most of the thime you'll just reuse the project name</string> <cstring>module_edit</cstring> </property> </widget> - <widget class="QLabel" row="3" column="0"> + <widget class="TQLabel" row="3" column="0"> <property name="name"> <cstring>TextLabel4</cstring> </property> @@ -115,7 +115,7 @@ Most of the thime you'll just reuse the project name</string> <string>Tag that will be associated with initial state</string> </property> </widget> - <widget class="QLabel" row="0" column="0"> + <widget class="TQLabel" row="0" column="0"> <property name="name"> <cstring>TextLabel1</cstring> </property> @@ -144,7 +144,7 @@ Most of the thime you'll just reuse the project name</string> <li>/home/cvsroot or</li><li>:pserver:me@localhost:/home/cvs</li></ul></string> </property> </widget> - <widget class="QLabel" row="1" column="0"> + <widget class="TQLabel" row="1" column="0"> <property name="name"> <cstring>TextLabel1_2</cstring> </property> @@ -161,7 +161,7 @@ Most of the thime you'll just reuse the project name</string> <cstring>cvsRshComboBox</cstring> </property> </widget> - <widget class="QComboBox" row="1" column="1"> + <widget class="TQComboBox" row="1" column="1"> <item> <property name="text"> <string></string> @@ -176,7 +176,7 @@ Most of the thime you'll just reuse the project name</string> <cstring>cvsRshComboBox</cstring> </property> </widget> - <widget class="QCheckBox" row="1" column="3"> + <widget class="TQCheckBox" row="1" column="3"> <property name="name"> <cstring>init_check</cstring> </property> @@ -197,7 +197,7 @@ Most of the thime you'll just reuse the project name</string> <property name="sizeType"> <enum>Preferred</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>51</width> <height>20</height> @@ -218,6 +218,6 @@ Most of the thime you'll just reuse the project name</string> <includes> <include location="global" impldecl="in implementation">kdialog.h</include> </includes> -<layoutdefaults spacing="6" margin="11"/> -<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> +<tqlayoutdefaults spacing="6" margin="11"/> +<tqlayoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> </UI> |