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/tutorial/calc.kmdr | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'kommander/examples/tutorial/calc.kmdr') diff --git a/kommander/examples/tutorial/calc.kmdr b/kommander/examples/tutorial/calc.kmdr index 5e0082f4..21bddb4e 100644 --- a/kommander/examples/tutorial/calc.kmdr +++ b/kommander/examples/tutorial/calc.kmdr @@ -32,7 +32,7 @@ 6 - + Layout7 @@ -46,7 +46,7 @@ 6 - + TextLabel1 @@ -66,13 +66,13 @@ 0 - + 200 0 - + 250 32767 @@ -91,7 +91,7 @@ 0 - + 250 32767 @@ -124,7 +124,7 @@ - + Layout4 @@ -138,7 +138,7 @@ 6 - + TextLabel2 @@ -146,7 +146,7 @@ Expression: - + Layout1 @@ -170,7 +170,7 @@ Expanding - + 30 0 @@ -194,7 +194,7 @@ @ListBox1.insertItem(@expr(@LineEdit1.text), -1) @LineEdit1.clear -@LineEdit2.setText("Sum: @expr(@String.replace(@ListBox1.text, "\n", "+"))") +@LineEdit2.setText("Sum: @expr(@String.tqreplace(@ListBox1.text, "\n", "+"))") @@ -209,7 +209,7 @@ Expanding - + 30 0 @@ -233,7 +233,7 @@ Expanding - + 0 91 @@ -250,7 +250,7 @@ Expanding - + 0 91 @@ -267,5 +267,5 @@ ExecButton2 ListBox1 - + -- cgit v1.2.3