summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-27 17:38:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-27 17:38:16 -0600
commit104997c6f7b545c0095fdc1b1573367bc4cb4d5b (patch)
treecb6ae5f9464208d78cb51515f5a3c3a0a7edc64f /ChangeLog
parente87fff3247e64b4e9509be991a8f2d6bd4ccfacc (diff)
downloadpytqt-104997c6f7b545c0095fdc1b1573367bc4cb4d5b.tar.gz
pytqt-104997c6f7b545c0095fdc1b1573367bc4cb4d5b.zip
Rename tqt3 color functions
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d9f7a14..837992b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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).