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 /quanta/scripts/tidy.kmdr | |
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 'quanta/scripts/tidy.kmdr')
-rwxr-xr-x | quanta/scripts/tidy.kmdr | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/quanta/scripts/tidy.kmdr b/quanta/scripts/tidy.kmdr index 4682470d..c01e75b7 100755 --- a/quanta/scripts/tidy.kmdr +++ b/quanta/scripts/tidy.kmdr @@ -29,7 +29,7 @@ <property name="name"> <cstring>TabWidget1</cstring> </property> - <widget class="QWidget"> + <widget class=TQWIDGET_OBJECT_NAME_STRING> <property name="name"> <cstring>tab</cstring> </property> @@ -63,7 +63,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QLabel" row="1" column="0"> + <widget class=TQLABEL_OBJECT_NAME_STRING row="1" column="0"> <property name="name"> <cstring>TextLabel4</cstring> </property> @@ -108,7 +108,7 @@ instances of Quanta running.</string> </stringlist> </property> </widget> - <widget class="QLabel" row="1" column="0"> + <widget class=TQLABEL_OBJECT_NAME_STRING row="1" column="0"> <property name="name"> <cstring>TextLabel1</cstring> </property> @@ -258,7 +258,7 @@ instances of Quanta running.</string> </widget> </grid> </widget> - <widget class="QWidget"> + <widget class=TQWIDGET_OBJECT_NAME_STRING> <property name="name"> <cstring>tab</cstring> </property> @@ -275,7 +275,7 @@ instances of Quanta running.</string> <property name="spacing"> <number>6</number> </property> - <widget class="QLayoutWidget" row="0" column="0"> + <widget class=TQLAYOUTWIDGET_OBJECT_NAME_STRING row="0" column="0"> <property name="name"> <cstring>Layout1</cstring> </property> @@ -379,7 +379,7 @@ instances of Quanta running.</string> </stringlist> </property> </widget> - <widget class="QLabel" row="0" column="0"> + <widget class=TQLABEL_OBJECT_NAME_STRING row="0" column="0"> <property name="name"> <cstring>TextLabel1_2</cstring> </property> @@ -443,7 +443,7 @@ instances of Quanta running.</string> </stringlist> </property> </widget> - <widget class="QLabel" row="1" column="0"> + <widget class=TQLABEL_OBJECT_NAME_STRING row="1" column="0"> <property name="name"> <cstring>TextLabel2</cstring> </property> @@ -515,7 +515,7 @@ instances of Quanta running.</string> </widget> </grid> </widget> - <widget class="QWidget"> + <widget class=TQWIDGET_OBJECT_NAME_STRING> <property name="name"> <cstring>tab</cstring> </property> @@ -791,7 +791,7 @@ instances of Quanta running.</string> </widget> </grid> </widget> - <widget class="QWidget"> + <widget class=TQWIDGET_OBJECT_NAME_STRING> <property name="name"> <cstring>tab</cstring> </property> @@ -914,7 +914,7 @@ escape-cdata Boolean y/n, yes/no, t/f, true/false, 1/0 language String - ncr Boolean y/n, yes/no, t/f, true/false, 1/0 output-bom AutoBool auto, y/n, yes/no, t/f, true/false, 1/0 -replace-color Boolean y/n, yes/no, t/f, true/false, 1/0 +tqreplace-color Boolean y/n, yes/no, t/f, true/false, 1/0 css-prefix Name CSS1 selector new-inline-tags Tag names tagX, tagY, ... new-blocklevel-tags Tag names tagX, tagY, ... @@ -985,7 +985,7 @@ fi <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>100</width> <height>0</height> @@ -1002,7 +1002,7 @@ fi <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>80</width> <height>0</height> @@ -1019,7 +1019,7 @@ fi <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>125</width> <height>0</height> @@ -1074,5 +1074,5 @@ fi <slot>setWidgetText(const QString&)</slot> </connection> </connections> -<layoutdefaults spacing="6" margin="11"/> +<tqlayoutdefaults spacing="6" margin="11"/> </UI> |