summaryrefslogtreecommitdiffstats
path: root/examples2/tut9.py
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-27 17:38:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-27 17:38:16 -0600
commit104997c6f7b545c0095fdc1b1573367bc4cb4d5b (patch)
treecb6ae5f9464208d78cb51515f5a3c3a0a7edc64f /examples2/tut9.py
parente87fff3247e64b4e9509be991a8f2d6bd4ccfacc (diff)
downloadpytqt-104997c6.tar.gz
pytqt-104997c6.zip
Rename tqt3 color functions
Diffstat (limited to 'examples2/tut9.py')
-rwxr-xr-xexamples2/tut9.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples2/tut9.py b/examples2/tut9.py
index fdcd9f0..5938004 100755
--- a/examples2/tut9.py
+++ b/examples2/tut9.py
@@ -73,7 +73,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)