diff options
author | Timothy Pearson <[email protected]> | 2012-02-27 17:38:16 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-27 17:38:16 -0600 |
commit | 104997c6f7b545c0095fdc1b1573367bc4cb4d5b (patch) | |
tree | cb6ae5f9464208d78cb51515f5a3c3a0a7edc64f /examples2/menu.py | |
parent | e87fff3247e64b4e9509be991a8f2d6bd4ccfacc (diff) | |
download | pytqt-104997c6f7b545c0095fdc1b1573367bc4cb4d5b.tar.gz pytqt-104997c6f7b545c0095fdc1b1573367bc4cb4d5b.zip |
Rename tqt3 color functions
Diffstat (limited to 'examples2/menu.py')
-rwxr-xr-x | examples2/menu.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples2/menu.py b/examples2/menu.py index a8efe7b..4f1cadd 100755 --- a/examples2/menu.py +++ b/examples2/menu.py @@ -160,7 +160,7 @@ class MenuExample( TQWidget ): self.file.insertSeparator() self.file.insertItem( self.p4, "&Print", self.printer, TQt.CTRL+TQt.Key_P ) self.file.insertSeparator() - self.file.insertItem( "E&xit", qApp, SLOT( "quit()" ), TQt.CTRL+TQt.Key_Q ) + self.file.insertItem( "E&xit", tqApp, SLOT( "quit()" ), TQt.CTRL+TQt.Key_Q ) self.edit = TQPopupMenu( self ) #CHECK_PTR( self.edit ) |