diff options
Diffstat (limited to 'quanta/scripts/htmlquickstart.kmdr')
-rwxr-xr-x | quanta/scripts/htmlquickstart.kmdr | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/quanta/scripts/htmlquickstart.kmdr b/quanta/scripts/htmlquickstart.kmdr index a182dcd4..66dd808b 100755 --- a/quanta/scripts/htmlquickstart.kmdr +++ b/quanta/scripts/htmlquickstart.kmdr @@ -30,14 +30,14 @@ <stringlist> <string></string> <string>@execBegin -quanta=`dcop quanta-@parentPid` +quanta=`dcop quanta-@tqparentPid` if [ -z "$quanta" ]; then quanta=`dcop quanta` if [ ! -z "$quanta" ]; then quantadcop=quanta fi else - quantadcop=quanta-@parentPid + quantadcop=quanta-@tqparentPid fi if [ ! -z "$quantadcop" ]; then @@ -61,7 +61,7 @@ fi <property name="spacing"> <number>6</number> </property> - <widget class="QLabel" row="0" column="0" rowspan="1" colspan="4"> + <widget class=TQLABEL_OBJECT_NAME_STRING row="0" column="0" rowspan="1" colspan="4"> <property name="name"> <cstring>TextLabel1</cstring> </property> @@ -75,7 +75,7 @@ fi <property name="text"> <string>Quanta Plus Kommander Quick Start</string> </property> - <property name="alignment"> + <property name="tqalignment"> <set>AlignCenter</set> </property> </widget> @@ -89,7 +89,7 @@ fi <property name="sizeType"> <enum>Expanding</enum> </property> - <property name="sizeHint"> + <property name="tqsizeHint"> <size> <width>33</width> <height>0</height> @@ -108,7 +108,7 @@ fi <verstretch>0</verstretch> </sizepolicy> </property> - <property name="minimumSize"> + <property name="tqminimumSize"> <size> <width>0</width> <height>0</height> @@ -161,14 +161,14 @@ echo '@CBPHPFooter' echo '</body>' echo '</html>' -quanta=`dcop quanta-@parentPid` +quanta=`dcop quanta-@tqparentPid` if [ -z "$quanta" ]; then quanta=`dcop quanta` if [ ! -z "$quanta" ]; then quantadcop=quanta fi else - quantadcop=quanta-@parentPid + quantadcop=quanta-@tqparentPid fi if [ ! -z "$quantadcop" ]; then @@ -186,7 +186,7 @@ fi</string> <property name="spacing"> <number>6</number> </property> - <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> @@ -815,7 +815,7 @@ echo "\"$TAGEND"</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>TextLabel2</cstring> </property> @@ -983,5 +983,5 @@ echo "$PADDING</script>"</string> <tabstop>CloseButton1</tabstop> <tabstop>CloseButton1_2</tabstop> </tabstops> -<layoutdefaults spacing="6" margin="11"/> +<tqlayoutdefaults spacing="6" margin="11"/> </UI> |