summaryrefslogtreecommitdiffstats
path: root/examples/uimodules/uixml.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/uimodules/uixml.py')
-rw-r--r--examples/uimodules/uixml.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/uimodules/uixml.py b/examples/uimodules/uixml.py
index 8dbd4d3..8e8ca8c 100644
--- a/examples/uimodules/uixml.py
+++ b/examples/uimodules/uixml.py
@@ -1,6 +1,6 @@
import os
-from qt import QLabel
+from qt import TQLabel
from tdecore import KApplication
@@ -11,7 +11,7 @@ class PageLaunch:
x = 10
y = 10
- launchLbl = QLabel ("Launching application ... please wait\n\nClose launched application to continue", self.page)
+ launchLbl = TQLabel ("Launching application ... please wait\n\nClose launched application to continue", self.page)
launchLbl.setGeometry (x, y, 300, 80)
launchLbl.show ()