summaryrefslogtreecommitdiffstats
path: root/examples/richtext.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/richtext.py')
-rwxr-xr-xexamples/richtext.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/richtext.py b/examples/richtext.py
index 14728ab..7a346c1 100755
--- a/examples/richtext.py
+++ b/examples/richtext.py
@@ -97,9 +97,9 @@ class MyRichText( TQVBox ):
self.bPrev.setEnabled( False )
- 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__ )
+ self.connect( self.bClose, TQ_SIGNAL("clicked()"), tqApp, TQ_SLOT("quit()") )
+ self.connect( self.bPrev, TQ_SIGNAL("clicked()"), self.prev )
+ self.connect( self.bNext, TQ_SIGNAL("clicked()"), self.__next__ )
self.num = 0