diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-27 17:38:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-27 17:38:16 -0600 |
commit | 104997c6f7b545c0095fdc1b1573367bc4cb4d5b (patch) | |
tree | cb6ae5f9464208d78cb51515f5a3c3a0a7edc64f /examples3/richtext.py | |
parent | e87fff3247e64b4e9509be991a8f2d6bd4ccfacc (diff) | |
download | pytqt-104997c6f7b545c0095fdc1b1573367bc4cb4d5b.tar.gz pytqt-104997c6f7b545c0095fdc1b1573367bc4cb4d5b.zip |
Rename tqt3 color functions
Diffstat (limited to 'examples3/richtext.py')
-rwxr-xr-x | examples3/richtext.py | 2 |
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 ) |