summaryrefslogtreecommitdiffstats
path: root/examples2/tut11.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples2/tut11.py')
-rwxr-xr-xexamples2/tut11.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples2/tut11.py b/examples2/tut11.py
index 6d1dc67..99c0290 100755
--- a/examples2/tut11.py
+++ b/examples2/tut11.py
@@ -162,7 +162,7 @@ class MyWidget(TQWidget):
quit = TQPushButton('&Quit',self,'quit')
quit.setFont(TQFont('Times',18,TQFont.Bold))
- self.connect(quit,SIGNAL('clicked()'),qApp,SLOT('quit()'))
+ self.connect(quit,SIGNAL('clicked()'),tqApp,SLOT('quit()'))
self.angle = LCDRange(self,'angle')
self.angle.setRange(5,70)