diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-16 19:02:47 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-16 19:02:47 +0000 |
commit | e985f7e545f4739493965aad69bbecb136dc9346 (patch) | |
tree | 54afd409d8acd6202dd8ab611d24e78c28e4c0a0 /kommander/editor/actioneditor.ui | |
parent | f7670c198945adc3b95ad69a959fe5f8ae55b493 (diff) | |
download | tdewebdev-e985f7e545f4739493965aad69bbecb136dc9346.tar.gz tdewebdev-e985f7e545f4739493965aad69bbecb136dc9346.zip |
TQt4 port kdewebdev
This enables compilation under both Qt3 and Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1237029 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kommander/editor/actioneditor.ui')
-rw-r--r-- | kommander/editor/actioneditor.ui | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kommander/editor/actioneditor.ui b/kommander/editor/actioneditor.ui index 733e5b29..794849cd 100644 --- a/kommander/editor/actioneditor.ui +++ b/kommander/editor/actioneditor.ui @@ -2,8 +2,8 @@ <class>ActionEditorBase</class> <include location="local" implDecl="in declaration">actioneditor.ui.h</include> <forward>class QListViewItem;</forward> -<layoutdefaults spacing="6" margin="11"/> -<widget class="QWidget"> +<tqlayoutdefaults spacing="6" margin="11"/> +<widget class="TQWidget"> <property name="name"> <cstring>ActionEditorBase</cstring> </property> @@ -18,7 +18,7 @@ <property name="caption"> <string>Edit Actions</string> </property> - <property name="layoutMargin" stdset="0"> + <property name="tqlayoutMargin" stdset="0"> </property> <vbox> <property name="name"> @@ -30,7 +30,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget"> + <widget class="TQLayoutWidget"> <property name="name"> <cstring>Layout2</cstring> </property> @@ -44,7 +44,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QToolButton"> + <widget class="TQToolButton"> <property name="name"> <cstring>buttonNewAction</cstring> </property> @@ -61,7 +61,7 @@ <string>Create new Action</string> </property> </widget> - <widget class="QToolButton"> + <widget class="TQToolButton"> <property name="name"> <cstring>buttonDeleteAction</cstring> </property> @@ -78,7 +78,7 @@ <string>Delete current Action</string> </property> </widget> - <widget class="QToolButton"> + <widget class="TQToolButton"> <property name="name"> <cstring>buttonConnect</cstring> </property> @@ -105,7 +105,7 @@ <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>20</width> <height>20</height> |