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 /ChangeLog | |
parent | e87fff3247e64b4e9509be991a8f2d6bd4ccfacc (diff) | |
download | pytqt-104997c6f7b545c0095fdc1b1573367bc4cb4d5b.tar.gz pytqt-104997c6f7b545c0095fdc1b1573367bc4cb4d5b.zip |
Rename tqt3 color functions
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1555,7 +1555,7 @@ their own function name. 2003/05/30 17:47:57 phil Added the listbox.py and listboxcombo.py examples from Jorge Arroyo. build.py improvement in detecting executable programs. -Changed pyuic3 to generate calls to qApp.translate() rather than self.tr(). +Changed pyuic3 to generate calls to tqApp.translate() rather than self.tr(). Documented the issues related to translations. @@ -2533,7 +2533,7 @@ Added /CreatesThread/ and /NewThread/ to TQThread. 2002/04/14 18:07:56 phil Reinstated PyTQtDisownTopLevelWidgets() because it solves the problem where we -can't guarantee that the order in which qApp and the top level widgets will be +can't guarantee that the order in which tqApp and the top level widgets will be destroyed. Changed -MT to -MD for Windows (thanks to Paul Felix). |