diff options
Diffstat (limited to 'examples2/tut4.py')
-rwxr-xr-x | examples2/tut4.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples2/tut4.py b/examples2/tut4.py index 7cafd36..71a5b65 100755 --- a/examples2/tut4.py +++ b/examples2/tut4.py @@ -17,7 +17,7 @@ class MyWidget(TQWidget): quit.setGeometry(62,40,75,30) quit.setFont(TQFont("Times",18,TQFont.Bold)) - self.connect(quit,SIGNAL("clicked()"),qApp,SLOT("quit()")) + self.connect(quit,SIGNAL("clicked()"),tqApp,SLOT("quit()")) a = TQApplication(sys.argv) |