summaryrefslogtreecommitdiffstats
path: root/examples/uimodules/uiwidgets.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/uimodules/uiwidgets.py')
-rw-r--r--examples/uimodules/uiwidgets.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/uimodules/uiwidgets.py b/examples/uimodules/uiwidgets.py
index 69bd002..aea7383 100644
--- a/examples/uimodules/uiwidgets.py
+++ b/examples/uimodules/uiwidgets.py
@@ -114,8 +114,8 @@ class Page1:
grp.show ()
self.page.show ()
- kapp = TDEApplication.kApplication ()
- kapp.processEvents ()
+ tdeApp = TDEApplication.tdeApplication ()
+ tdeApp.processEvents ()
y = y + 195
sqzLbl = TQLabel ("This text is too long to fit in the label below", self.page)