diff options
Diffstat (limited to 'kdevdesigner/designer/actioneditor.ui')
-rw-r--r-- | kdevdesigner/designer/actioneditor.ui | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/kdevdesigner/designer/actioneditor.ui b/kdevdesigner/designer/actioneditor.ui index 669c60e0..7db4050b 100644 --- a/kdevdesigner/designer/actioneditor.ui +++ b/kdevdesigner/designer/actioneditor.ui @@ -25,7 +25,7 @@ ** not clear to you. ** *********************************************************************</comment> -<widget class="QWidget"> +<widget class="TQWidget"> <property name="name"> <cstring>ActionEditorBase</cstring> </property> @@ -40,7 +40,7 @@ <property name="caption"> <string>Edit Actions</string> </property> - <property name="layoutMargin" stdset="0"> + <property name="tqlayoutMargin" stdset="0"> </property> <vbox> <property name="name"> @@ -52,7 +52,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout2</cstring> </property> @@ -66,7 +66,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QToolButton"> + <widget class="TQToolButton"> <property name="name"> <cstring>buttonNewAction</cstring> </property> @@ -83,7 +83,7 @@ <string>Create new Action</string> </property> </widget> - <widget class="QToolButton"> + <widget class="TQToolButton"> <property name="name"> <cstring>buttonDeleteAction</cstring> </property> @@ -100,7 +100,7 @@ <string>Delete current Action</string> </property> </widget> - <widget class="QToolButton"> + <widget class="TQToolButton"> <property name="name"> <cstring>buttonConnect</cstring> </property> @@ -127,7 +127,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>20</height> @@ -210,18 +210,18 @@ <forwards> <forward>class QListViewItem;</forward> </forwards> -<slots> +<Q_SLOTS> <slot access="protected">init()</slot> <slot access="protected">destroy()</slot> <slot access="protected">connectionsClicked()</slot> <slot access="protected">currentActionChanged( QListViewItem * )</slot> <slot access="protected">deleteAction()</slot> <slot access="protected">newAction()</slot> -</slots> +</Q_SLOTS> <includes> <include location="local" impldecl="in implementation">myiconloader.h</include> </includes> <pixmapfunction>BarIcon2</pixmapfunction> -<layoutdefaults spacing="6" margin="11"/> +<tqlayoutdefaults spacing="6" margin="11"/> </UI> |