summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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).