diff options
Diffstat (limited to 'parts/tools/addtooldlg.ui')
-rw-r--r-- | parts/tools/addtooldlg.ui | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/parts/tools/addtooldlg.ui b/parts/tools/addtooldlg.ui index 2ec5e8b4..e17d7f37 100644 --- a/parts/tools/addtooldlg.ui +++ b/parts/tools/addtooldlg.ui @@ -1,6 +1,6 @@ <!DOCTYPE UI><UI version="3.1" stdsetdef="1"> <class>AddToolDialog</class> -<widget class="QDialog"> +<widget class="TQDialog"> <property name="name"> <cstring>add_tool_dialog</cstring> </property> @@ -19,7 +19,7 @@ <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="QLabel" row="3" column="0"> + <widget class="TQLabel" row="3" column="0"> <property name="name"> <cstring>cmdlineLabel_2</cstring> </property> @@ -30,7 +30,7 @@ <cstring>paramEdit</cstring> </property> </widget> - <widget class="QCheckBox" row="4" column="0" rowspan="1" colspan="2"> + <widget class="TQCheckBox" row="4" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>capturedBox</cstring> </property> @@ -41,7 +41,7 @@ <string>If this is checked, the output of the application will be shown in the application output view; otherwise, all output will be ignored.</string> </property> </widget> - <widget class="QLabel" row="2" column="0"> + <widget class="TQLabel" row="2" column="0"> <property name="name"> <cstring>cmdlineLabel</cstring> </property> @@ -66,7 +66,7 @@ <enum>Horizontal</enum> </property> </widget> - <widget class="QLabel" row="1" column="0"> + <widget class="TQLabel" row="1" column="0"> <property name="name"> <cstring>menutextLabel</cstring> </property> @@ -102,7 +102,7 @@ executed.</p></string> <string>The text that appears in the Tools-Menu</string> </property> </widget> - <widget class="QLayoutWidget" row="6" column="0" rowspan="1" colspan="2"> + <widget class="TQLayoutWidget" row="6" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>Layout2</cstring> </property> @@ -123,14 +123,14 @@ executed.</p></string> <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>0</height> </size> </property> </spacer> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>okButton</cstring> </property> @@ -141,7 +141,7 @@ executed.</p></string> <bool>true</bool> </property> </widget> - <widget class="QPushButton"> + <widget class="TQPushButton"> <property name="name"> <cstring>cancelButton</cstring> </property> @@ -228,15 +228,15 @@ executed.</p></string> <include location="local" impldecl="in implementation">addtooldlg.ui.h</include> </includes> <forwards> - <forward>class QListViewItem;</forward> + <forward>class TQListViewItem;</forward> </forwards> -<slots> +<Q_SLOTS> <slot>init()</slot> - <slot returnType="QString">getApp()</slot> - <slot access="private">treeSelectionChanged( QListViewItem * lvi )</slot> -</slots> -<layoutdefaults spacing="6" margin="11"/> -<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> + <slot returnType="TQString">getApp()</slot> + <slot access="private">treeSelectionChanged( TQListViewItem * lvi )</slot> +</Q_SLOTS> +<tqlayoutdefaults spacing="6" margin="11"/> +<tqlayoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> <includehints> <includehint>kurlrequester.h</includehint> <includehint>klineedit.h</includehint> |