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/scriptinfo.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/scriptinfo.kmdr')
-rwxr-xr-x | quanta/scripts/scriptinfo.kmdr | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/quanta/scripts/scriptinfo.kmdr b/quanta/scripts/scriptinfo.kmdr index c225a132..f84682e7 100755 --- a/quanta/scripts/scriptinfo.kmdr +++ b/quanta/scripts/scriptinfo.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> @@ -46,7 +46,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class="QLabel" row="0" column="1" rowspan="1" colspan="2"> + <widget class=TQLABEL_OBJECT_NAME_STRING row="0" column="1" rowspan="1" colspan="2"> <property name="name"> <cstring>TextLabel1_3</cstring> </property> @@ -61,7 +61,7 @@ <string>Please fill in all fields</string> </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> @@ -90,7 +90,7 @@ <string>Enter the script name with the extension</string> </property> </widget> - <widget class="QLabel" row="8" column="0"> + <widget class=TQLABEL_OBJECT_NAME_STRING row="8" column="0"> <property name="name"> <cstring>TextLabel5</cstring> </property> @@ -127,7 +127,7 @@ <string>The location of your up-to-date file on the web</string> </property> </widget> - <widget class="QLabel" row="3" column="0"> + <widget class=TQLABEL_OBJECT_NAME_STRING row="3" column="0"> <property name="name"> <cstring>TextLabel2</cstring> </property> @@ -135,7 +135,7 @@ <string>Script author:</string> </property> </widget> - <widget class="QLabel" row="7" column="0"> + <widget class=TQLABEL_OBJECT_NAME_STRING row="7" column="0"> <property name="name"> <cstring>TextLabel4</cstring> </property> @@ -200,7 +200,7 @@ <string>If other include in about</string> </property> </widget> - <widget class="QLabel" row="2" column="0"> + <widget class=TQLABEL_OBJECT_NAME_STRING row="2" column="0"> <property name="name"> <cstring>TextLabel1_4</cstring> </property> @@ -208,7 +208,7 @@ <string>Editor/Executor:</string> </property> </widget> - <widget class="QLabel" row="4" column="0"> + <widget class=TQLABEL_OBJECT_NAME_STRING row="4" column="0"> <property name="name"> <cstring>TextLabel3</cstring> </property> @@ -216,7 +216,7 @@ <string>Author email:</string> </property> </widget> - <widget class="QLabel" row="5" column="0"> + <widget class=TQLABEL_OBJECT_NAME_STRING row="5" column="0"> <property name="name"> <cstring>TextLabel1_2</cstring> </property> @@ -224,7 +224,7 @@ <string>Web address:</string> </property> </widget> - <widget class="QLabel" row="6" column="0"> + <widget class=TQLABEL_OBJECT_NAME_STRING row="6" column="0"> <property name="name"> <cstring>TextLabel2_2</cstring> </property> @@ -344,7 +344,7 @@ <string>Optional: External program executor</string> </property> </widget> - <widget class="QLabel" row="9" column="0"> + <widget class=TQLABEL_OBJECT_NAME_STRING row="9" column="0"> <property name="name"> <cstring>TextLabel6</cstring> </property> @@ -397,7 +397,7 @@ $options<name>@Name</name> </widget> </grid> </widget> - <widget class="QWidget"> + <widget class=TQWIDGET_OBJECT_NAME_STRING> <property name="name"> <cstring>tab</cstring> </property> @@ -450,5 +450,5 @@ $options<name>@Name</name> <tabstop>TabWidget1</tabstop> <tabstop>TextEdit3</tabstop> </tabstops> -<layoutdefaults spacing="6" margin="11"/> +<tqlayoutdefaults spacing="6" margin="11"/> </UI> |