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 --- kommander/examples/current/passvariables.kmdr | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'kommander/examples/current/passvariables.kmdr') diff --git a/kommander/examples/current/passvariables.kmdr b/kommander/examples/current/passvariables.kmdr index 2d3b9e03..95270a83 100644 --- a/kommander/examples/current/passvariables.kmdr +++ b/kommander/examples/current/passvariables.kmdr @@ -90,7 +90,7 @@ LineEdit6.setText(ret) Set - + AlignVCenter|AlignRight @@ -101,7 +101,7 @@ LineEdit6.setText(ret) Pass back - + AlignVCenter|AlignRight @@ -124,7 +124,7 @@ LineEdit6.setText(ret) // test for PHP pt = exec("php --version") -if str_contains(pt, "Zend") then +if str_tqcontains(pt, "Zend") then php = ScriptObjectPHP.execute(LineEdit7.text,LineEdit1.text,LineEdit2.text) LineEdit4.setText(php) else @@ -140,7 +140,7 @@ endif Pass back - + AlignVCenter|AlignRight @@ -151,7 +151,7 @@ endif Set with @ - + AlignVCenter|AlignRight @@ -162,7 +162,7 @@ endif Return - + AlignVCenter|AlignRight @@ -178,7 +178,7 @@ endif Return - + AlignVCenter|AlignRight @@ -272,14 +272,14 @@ echo round(@Self.Item(1)/@Self.Item(2),5) Expanding - + 108 0 - + Layout1 @@ -303,7 +303,7 @@ echo round(@Self.Item(1)/@Self.Item(2),5) Expanding - + 71 0 @@ -368,7 +368,7 @@ echo round(@Self.Item(1)/@Self.Item(2),5) Expanding - + 71 0 @@ -412,5 +412,5 @@ echo round(@Self.Item(1)/@Self.Item(2),5) popup(int,int) - + -- cgit v1.2.3