From e985f7e545f4739493965aad69bbecb136dc9346 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 16 Jun 2011 19:02:47 +0000 Subject: 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 --- quanta/scripts/htmlquickstart.kmdr | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'quanta/scripts/htmlquickstart.kmdr') 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 @@ @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 6 - + TextLabel1 @@ -75,7 +75,7 @@ fi Quanta Plus Kommander Quick Start - + AlignCenter @@ -89,7 +89,7 @@ fi Expanding - + 33 0 @@ -108,7 +108,7 @@ fi 0 - + 0 0 @@ -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 6 - + TextLabel1_2 @@ -815,7 +815,7 @@ echo "\"$TAGEND" - + TextLabel2 @@ -983,5 +983,5 @@ echo "$PADDING</script>" CloseButton1 CloseButton1_2 - + -- cgit v1.2.1