summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 837992b..466d53a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1200,7 +1200,7 @@ Slight change to handwritten code forced by the change to sipParseResult().
2003/11/23 17:04:10 phil
-Removed qInstallPathSysconf() on Windows.
+Removed tqInstallPathSysconf() on Windows.
2003/11/22 20:54:01 phil
@@ -1325,9 +1325,9 @@ Fixed the internal build system (again).
Fixed TQIODevice handwritten code which looked very broken.
Checked all virtual abstract functions that need handwritten code.
Added /TransferBack/ for function return values where needed.
-Added the missing qInstallPath(), qInstallPathDocs(), qInstallPathHeaders(),
-qInstallPathLibs(), qInstallPathBins(), qInstallPathPlugins(),
-qInstallPathData(), qInstallPathTranslations(), qInstallPathSysconf().
+Added the missing tqInstallPath(), tqInstallPathDocs(), tqInstallPathHeaders(),
+tqInstallPathLibs(), tqInstallPathBins(), tqInstallPathPlugins(),
+tqInstallPathData(), tqInstallPathTranslations(), tqInstallPathSysconf().
Made sure all handwritten code uses functions that are part of the SIP v4 API.
@@ -1940,7 +1940,7 @@ TQIMComposeEvent, TQMutexLocker and TQSyntaxHighlighter TQt 3.1.0 classes.
TQListView.sort() is now virtual for TQt3.
Fixed a bug in the widgets.py example for both TQt2 and TQt3.
Updated pyuic from TQt 3.1.0.
-Added the qCompress and tqUncompress TQt 3.1.0 functions.
+Added the tqCompress and tqUncompress TQt 3.1.0 functions.
2002/11/06 23:56:57 phil
@@ -2733,7 +2733,7 @@ Minor fixes for pyuic3.
2001/11/17 14:48:19 phil
-Added the missing qInitNetworkProtocols() function to the qtnetwork module.
+Added the missing tqInitNetworkProtocols() function to the qtnetwork module.
Added the missing TQRect.contains() variant.
Changed TQByteArray, TQCString and TQString %ConvertToTypeCode to convert None
objects to empty instances.