diff options
Diffstat (limited to 'part/kxechoosestringdialogbase.ui')
-rw-r--r-- | part/kxechoosestringdialogbase.ui | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/part/kxechoosestringdialogbase.ui b/part/kxechoosestringdialogbase.ui index 5fb8079..58e5cb8 100644 --- a/part/kxechoosestringdialogbase.ui +++ b/part/kxechoosestringdialogbase.ui @@ -3,7 +3,7 @@ <comment>Dialog with combobox that allow enter or select any string</comment> <author>Lumir Vanek</author> -<widget class="QDialog"> +<widget class="TQDialog"> <property name="name"> <cstring>KXEChooseStringDialogBase</cstring> </property> @@ -28,7 +28,7 @@ or select any string</comment> <property name="spacing"> <number>6</number> </property> - <widget class="QComboBox" row="1" column="0" rowspan="1" colspan="2"> + <widget class="TQComboBox" row="1" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>m_pComboBox</cstring> </property> @@ -38,7 +38,7 @@ or select any string</comment> Enter or choose string, that you want.</string> </property> </widget> - <widget class="QLayoutWidget" row="2" column="0" rowspan="1" colspan="2"> + <widget class="TQLayoutWidget" row="2" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>Layout3</cstring> </property> @@ -69,7 +69,7 @@ Enter or choose string, that you want.</string> </size> </property> </spacer> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>m_pPushButtonOk</cstring> </property> @@ -77,7 +77,7 @@ Enter or choose string, that you want.</string> <string>&OK</string> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>m_pPushButtonCancel</cstring> </property> @@ -87,7 +87,7 @@ Enter or choose string, that you want.</string> </widget> </hbox> </widget> - <widget class="QLabel" row="0" column="0"> + <widget class="TQLabel" row="0" column="0"> <property name="name"> <cstring>m_pTextLabel</cstring> </property> |