diff options
Diffstat (limited to 'quanta/scripts/scriptinfo.kmdr')
-rw-r--r-- | quanta/scripts/scriptinfo.kmdr | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/quanta/scripts/scriptinfo.kmdr b/quanta/scripts/scriptinfo.kmdr index 32c1cfd8..0e23c1ca 100644 --- a/quanta/scripts/scriptinfo.kmdr +++ b/quanta/scripts/scriptinfo.kmdr @@ -29,7 +29,7 @@ <property name="name"> <cstring>TabWidget1</cstring> </property> - <widget class=TQWIDGET_OBJECT_NAME_STRING> + <widget class="TQWidget"> <property name="name"> <cstring>tab</cstring> </property> @@ -46,7 +46,7 @@ <property name="spacing"> <number>6</number> </property> - <widget class=TQLABEL_OBJECT_NAME_STRING row="0" column="1" rowspan="1" colspan="2"> + <widget class="TQLabel" 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=TQLABEL_OBJECT_NAME_STRING row="1" column="0"> + <widget class="TQLabel" 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=TQLABEL_OBJECT_NAME_STRING row="8" column="0"> + <widget class="TQLabel" 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=TQLABEL_OBJECT_NAME_STRING row="3" column="0"> + <widget class="TQLabel" row="3" column="0"> <property name="name"> <cstring>TextLabel2</cstring> </property> @@ -135,7 +135,7 @@ <string>Script author:</string> </property> </widget> - <widget class=TQLABEL_OBJECT_NAME_STRING row="7" column="0"> + <widget class="TQLabel" 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=TQLABEL_OBJECT_NAME_STRING row="2" column="0"> + <widget class="TQLabel" row="2" column="0"> <property name="name"> <cstring>TextLabel1_4</cstring> </property> @@ -208,7 +208,7 @@ <string>Editor/Executor:</string> </property> </widget> - <widget class=TQLABEL_OBJECT_NAME_STRING row="4" column="0"> + <widget class="TQLabel" row="4" column="0"> <property name="name"> <cstring>TextLabel3</cstring> </property> @@ -216,7 +216,7 @@ <string>Author email:</string> </property> </widget> - <widget class=TQLABEL_OBJECT_NAME_STRING row="5" column="0"> + <widget class="TQLabel" row="5" column="0"> <property name="name"> <cstring>TextLabel1_2</cstring> </property> @@ -224,7 +224,7 @@ <string>Web address:</string> </property> </widget> - <widget class=TQLABEL_OBJECT_NAME_STRING row="6" column="0"> + <widget class="TQLabel" 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=TQLABEL_OBJECT_NAME_STRING row="9" column="0"> + <widget class="TQLabel" row="9" column="0"> <property name="name"> <cstring>TextLabel6</cstring> </property> @@ -397,7 +397,7 @@ $options<name>@Name</name> </widget> </grid> </widget> - <widget class=TQWIDGET_OBJECT_NAME_STRING> + <widget class="TQWidget"> <property name="name"> <cstring>tab</cstring> </property> |