summaryrefslogtreecommitdiffstats
path: root/examples/tut10.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tut10.py')
-rwxr-xr-xexamples/tut10.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tut10.py b/examples/tut10.py
index 507c979..e17e66d 100755
--- a/examples/tut10.py
+++ b/examples/tut10.py
@@ -135,7 +135,7 @@ class MyWidget(tqt.TQWidget):
self.angle.setFocus()
-qt.TQApplication.setColorSpec(tqt.TQApplication.CustomColor)
+tqt.TQApplication.setColorSpec(tqt.TQApplication.CustomColor)
a = tqt.TQApplication(sys.argv)
w = MyWidget()