summaryrefslogtreecommitdiffstats
path: root/examples3/richtext.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples3/richtext.py')
-rwxr-xr-xexamples3/richtext.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples3/richtext.py b/examples3/richtext.py
index f7eb73e..7c99ee2 100755
--- a/examples3/richtext.py
+++ b/examples3/richtext.py
@@ -97,7 +97,7 @@ class MyRichText( TQVBox ):
self.bPrev.setEnabled( False )
- self.connect( self.bClose, SIGNAL("clicked()"), qApp, SLOT("quit()") )
+ self.connect( self.bClose, SIGNAL("clicked()"), tqApp, SLOT("quit()") )
self.connect( self.bPrev, SIGNAL("clicked()"), self.prev )
self.connect( self.bNext, SIGNAL("clicked()"), self.next )