summaryrefslogtreecommitdiffstats
path: root/libkpimexchange/core/README.download
diff options
context:
space:
mode:
Diffstat (limited to 'libkpimexchange/core/README.download')
-rw-r--r--libkpimexchange/core/README.download4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkpimexchange/core/README.download b/libkpimexchange/core/README.download
index 07540db85..34f3c528b 100644
--- a/libkpimexchange/core/README.download
+++ b/libkpimexchange/core/README.download
@@ -10,12 +10,12 @@ NOTES:
It uses internal state member variables and such.
DATA STRUCTURES:
-QMap<QString,int> m_uids is in fact a set of known uids telling us
+QMap<TQString,int> m_uids is in fact a set of known uids telling us
whether we're already busy or finished reading the Master event
for this UID. The map contains the UID as key, with a value of 1,
if UID is either being or finished downloading.
-QMap<QString,DwString *> m_transferJobs maps URLs being downloaded
+QMap<TQString,DwString *> m_transferJobs maps URLs being downloaded
to strings of data already received. A URL is removed from the map
if all data has been received