summaryrefslogtreecommitdiffstats
path: root/kdialog/progressdemo
diff options
context:
space:
mode:
Diffstat (limited to 'kdialog/progressdemo')
-rwxr-xr-xkdialog/progressdemo2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdialog/progressdemo b/kdialog/progressdemo
index 6c2ac6afb..e6f4bb48c 100755
--- a/kdialog/progressdemo
+++ b/kdialog/progressdemo
@@ -1,5 +1,5 @@
#!/bin/sh
-dcopRef=`./kdialog --tqgeometry 300x200+100-100 --progressbar "Initialising" 6`
+dcopRef=`./kdialog --geometry 300x200+100-100 --progressbar "Initialising" 6`
dcop $dcopRef setProgress 1
dcop $dcopRef setLabel "Thinking really hard"
sleep 2