summaryrefslogtreecommitdiffstats
path: root/qtools
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2001-04-01 17:28:27 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2001-04-01 17:28:27 (GMT)
commit790edce05edc348b237258995816da1708d67a73 (patch)
tree9ab56725fa008f006370f074ed17023811bbc55f /qtools
parentea948596d3aecd47d7459244fc4e28a2903d8985 (diff)
downloadDoxygen-790edce05edc348b237258995816da1708d67a73.zip
Doxygen-790edce05edc348b237258995816da1708d67a73.tar.gz
Doxygen-790edce05edc348b237258995816da1708d67a73.tar.bz2
Release-1.2.6-20010401
Diffstat (limited to 'qtools')
-rw-r--r--qtools/Makefile.in2
-rw-r--r--qtools/qarray.h2
-rw-r--r--qtools/qasciidict.h2
-rw-r--r--qtools/qbuffer.cpp2
-rw-r--r--qtools/qbuffer.h2
-rw-r--r--qtools/qcollection.cpp2
-rw-r--r--qtools/qcollection.h2
-rw-r--r--qtools/qcstring.cpp2
-rw-r--r--qtools/qcstring.h2
-rw-r--r--qtools/qdatastream.cpp2
-rw-r--r--qtools/qdatastream.h2
-rw-r--r--qtools/qdatetime.cpp2
-rw-r--r--qtools/qdatetime.h2
-rw-r--r--qtools/qdict.h2
-rw-r--r--qtools/qdir.cpp2
-rw-r--r--qtools/qdir.h2
-rw-r--r--qtools/qdir_unix.cpp2
-rw-r--r--qtools/qdir_win32.cpp2
-rw-r--r--qtools/qfeatures.h2
-rw-r--r--qtools/qfile.cpp2
-rw-r--r--qtools/qfile.h2
-rw-r--r--qtools/qfile_unix.cpp2
-rw-r--r--qtools/qfile_win32.cpp2
-rw-r--r--qtools/qfiledefs_p.h2
-rw-r--r--qtools/qfileinfo.cpp2
-rw-r--r--qtools/qfileinfo.h2
-rw-r--r--qtools/qfileinfo_unix.cpp2
-rw-r--r--qtools/qfileinfo_win32.cpp2
-rw-r--r--qtools/qgarray.cpp2
-rw-r--r--qtools/qgarray.h2
-rw-r--r--qtools/qgdict.cpp2
-rw-r--r--qtools/qgdict.h2
-rw-r--r--qtools/qgeneric.h2
-rw-r--r--qtools/qglist.cpp2
-rw-r--r--qtools/qglist.h2
-rw-r--r--qtools/qglobal.cpp2
-rw-r--r--qtools/qglobal.h2
-rw-r--r--qtools/qgvector.cpp2
-rw-r--r--qtools/qgvector.h2
-rw-r--r--qtools/qintdict.h2
-rw-r--r--qtools/qiodevice.cpp2
-rw-r--r--qtools/qiodevice.h2
-rw-r--r--qtools/qlist.h2
-rw-r--r--qtools/qmap.cpp2
-rw-r--r--qtools/qmap.h2
-rw-r--r--qtools/qptrdict.h2
-rw-r--r--qtools/qqueue.h2
-rw-r--r--qtools/qregexp.cpp2
-rw-r--r--qtools/qregexp.h2
-rw-r--r--qtools/qshared.h2
-rw-r--r--qtools/qsortedlist.h2
-rw-r--r--qtools/qstack.h2
-rw-r--r--qtools/qstring.cpp2
-rw-r--r--qtools/qstring.h2
-rw-r--r--qtools/qstringlist.cpp2
-rw-r--r--qtools/qstringlist.h2
-rw-r--r--qtools/qstrlist.h2
-rw-r--r--qtools/qstrvec.h2
-rw-r--r--qtools/qtextcodec.cpp2
-rw-r--r--qtools/qtextcodec.h2
-rw-r--r--qtools/qtextstream.cpp2
-rw-r--r--qtools/qtextstream.h2
-rw-r--r--qtools/qtl.h2
-rw-r--r--qtools/qvaluelist.h2
-rw-r--r--qtools/qvaluestack.h2
-rw-r--r--qtools/qvector.h2
-rw-r--r--qtools/qxml.cpp2
-rw-r--r--qtools/qxml.h2
68 files changed, 68 insertions, 68 deletions
diff --git a/qtools/Makefile.in b/qtools/Makefile.in
index 78710fd..26a8e9c 100644
--- a/qtools/Makefile.in
+++ b/qtools/Makefile.in
@@ -1,5 +1,5 @@
#
-#
+# $Id$
#
# Copyright (C) 1997-2000 by Dimitri van Heesch.
#
diff --git a/qtools/qarray.h b/qtools/qarray.h
index 90dcbb7..5fb6bf7 100644
--- a/qtools/qarray.h
+++ b/qtools/qarray.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of QArray template/macro class
**
diff --git a/qtools/qasciidict.h b/qtools/qasciidict.h
index 3f2deaf..23b85e5 100644
--- a/qtools/qasciidict.h
+++ b/qtools/qasciidict.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of QAsciiDict template class
**
diff --git a/qtools/qbuffer.cpp b/qtools/qbuffer.cpp
index beed0ba..59d20a2 100644
--- a/qtools/qbuffer.cpp
+++ b/qtools/qbuffer.cpp
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Implementation of QBuffer class
**
diff --git a/qtools/qbuffer.h b/qtools/qbuffer.h
index 9dcd286..d3fdae1 100644
--- a/qtools/qbuffer.h
+++ b/qtools/qbuffer.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of QBuffer class
**
diff --git a/qtools/qcollection.cpp b/qtools/qcollection.cpp
index e70b64b..21bf412 100644
--- a/qtools/qcollection.cpp
+++ b/qtools/qcollection.cpp
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Implementation of base class for all collection classes
**
diff --git a/qtools/qcollection.h b/qtools/qcollection.h
index a169b7c..e672609 100644
--- a/qtools/qcollection.h
+++ b/qtools/qcollection.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of base class for all collection classes
**
diff --git a/qtools/qcstring.cpp b/qtools/qcstring.cpp
index 2d2e0c5..f128ae1 100644
--- a/qtools/qcstring.cpp
+++ b/qtools/qcstring.cpp
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Implementation of extended char array operations, and QByteArray and
** QCString classes
diff --git a/qtools/qcstring.h b/qtools/qcstring.h
index 073a969..b9cad44 100644
--- a/qtools/qcstring.h
+++ b/qtools/qcstring.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of the extended char array operations,
** and QByteArray and QCString classes
diff --git a/qtools/qdatastream.cpp b/qtools/qdatastream.cpp
index 7f63cbf..c586570 100644
--- a/qtools/qdatastream.cpp
+++ b/qtools/qdatastream.cpp
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Implementation of QDataStream class
**
diff --git a/qtools/qdatastream.h b/qtools/qdatastream.h
index 3d18062..dafab36 100644
--- a/qtools/qdatastream.h
+++ b/qtools/qdatastream.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of QDataStream class
**
diff --git a/qtools/qdatetime.cpp b/qtools/qdatetime.cpp
index cecb855..026387a 100644
--- a/qtools/qdatetime.cpp
+++ b/qtools/qdatetime.cpp
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Implementation of date and time classes
**
diff --git a/qtools/qdatetime.h b/qtools/qdatetime.h
index 2479dbf..820fde3 100644
--- a/qtools/qdatetime.h
+++ b/qtools/qdatetime.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of date and time classes
**
diff --git a/qtools/qdict.h b/qtools/qdict.h
index 3b70336..fdd9366 100644
--- a/qtools/qdict.h
+++ b/qtools/qdict.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of QDict template class
**
diff --git a/qtools/qdir.cpp b/qtools/qdir.cpp
index ed7ed99..b0d1c0d 100644
--- a/qtools/qdir.cpp
+++ b/qtools/qdir.cpp
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Implementation of QDir class
**
diff --git a/qtools/qdir.h b/qtools/qdir.h
index dd74271..8fcadf5 100644
--- a/qtools/qdir.h
+++ b/qtools/qdir.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of QDir class
**
diff --git a/qtools/qdir_unix.cpp b/qtools/qdir_unix.cpp
index 46a3b69..9ace60a 100644
--- a/qtools/qdir_unix.cpp
+++ b/qtools/qdir_unix.cpp
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Implementation of QDirclass
**
diff --git a/qtools/qdir_win32.cpp b/qtools/qdir_win32.cpp
index b1eee66..832c86b 100644
--- a/qtools/qdir_win32.cpp
+++ b/qtools/qdir_win32.cpp
@@ -1,6 +1,6 @@
/******************************************************************************
*
- *
+ * $Id$
*
* Copyright (C) 1997-2001 by Dimitri van Heesch.
*
diff --git a/qtools/qfeatures.h b/qtools/qfeatures.h
index 84fa715..9dc5107 100644
--- a/qtools/qfeatures.h
+++ b/qtools/qfeatures.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Global feature selection
**
diff --git a/qtools/qfile.cpp b/qtools/qfile.cpp
index 2222b5b..06300de 100644
--- a/qtools/qfile.cpp
+++ b/qtools/qfile.cpp
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Implementation of QFile class
**
diff --git a/qtools/qfile.h b/qtools/qfile.h
index 4ef0685..e95cdf4 100644
--- a/qtools/qfile.h
+++ b/qtools/qfile.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of QFile class
**
diff --git a/qtools/qfile_unix.cpp b/qtools/qfile_unix.cpp
index e074eed..a1beb31 100644
--- a/qtools/qfile_unix.cpp
+++ b/qtools/qfile_unix.cpp
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Implementation of QFileInfo class
**
diff --git a/qtools/qfile_win32.cpp b/qtools/qfile_win32.cpp
index fd28d43..12a0643 100644
--- a/qtools/qfile_win32.cpp
+++ b/qtools/qfile_win32.cpp
@@ -1,6 +1,6 @@
/******************************************************************************
*
- *
+ * $Id$
*
* Copyright (C) 1997-2001 by Dimitri van Heesch.
*
diff --git a/qtools/qfiledefs_p.h b/qtools/qfiledefs_p.h
index 4a1a154..eeac5c5 100644
--- a/qtools/qfiledefs_p.h
+++ b/qtools/qfiledefs_p.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Common macros and system include files for QFile, QFileInfo and QDir.
**
diff --git a/qtools/qfileinfo.cpp b/qtools/qfileinfo.cpp
index 5053b76..7e30a9e 100644
--- a/qtools/qfileinfo.cpp
+++ b/qtools/qfileinfo.cpp
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Implementation of QFileInfo class
**
diff --git a/qtools/qfileinfo.h b/qtools/qfileinfo.h
index 76ef8c2..8543e1c 100644
--- a/qtools/qfileinfo.h
+++ b/qtools/qfileinfo.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of QFileInfo class
**
diff --git a/qtools/qfileinfo_unix.cpp b/qtools/qfileinfo_unix.cpp
index 5a8fe04..fbeb363 100644
--- a/qtools/qfileinfo_unix.cpp
+++ b/qtools/qfileinfo_unix.cpp
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Implementation of QFileInfo class
**
diff --git a/qtools/qfileinfo_win32.cpp b/qtools/qfileinfo_win32.cpp
index bfcc6ac..abb9b9d 100644
--- a/qtools/qfileinfo_win32.cpp
+++ b/qtools/qfileinfo_win32.cpp
@@ -1,6 +1,6 @@
/******************************************************************************
*
- *
+ * $Id$
*
* Copyright (C) 1997-2001 by Dimitri van Heesch.
*
diff --git a/qtools/qgarray.cpp b/qtools/qgarray.cpp
index efc9de0..b20caee 100644
--- a/qtools/qgarray.cpp
+++ b/qtools/qgarray.cpp
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Implementation of QGArray class
**
diff --git a/qtools/qgarray.h b/qtools/qgarray.h
index 12c463b..971d6bf 100644
--- a/qtools/qgarray.h
+++ b/qtools/qgarray.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of QGArray class
**
diff --git a/qtools/qgdict.cpp b/qtools/qgdict.cpp
index c3b2f74..545628e 100644
--- a/qtools/qgdict.cpp
+++ b/qtools/qgdict.cpp
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Implementation of QGDict and QGDictIterator classes
**
diff --git a/qtools/qgdict.h b/qtools/qgdict.h
index 6243364..cc9e262 100644
--- a/qtools/qgdict.h
+++ b/qtools/qgdict.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of QGDict and QGDictIterator classes
**
diff --git a/qtools/qgeneric.h b/qtools/qgeneric.h
index c2892a0..312cb30 100644
--- a/qtools/qgeneric.h
+++ b/qtools/qgeneric.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Macros for pasting tokens; utilized by our generic classes
**
diff --git a/qtools/qglist.cpp b/qtools/qglist.cpp
index f464a73..0ffddf0 100644
--- a/qtools/qglist.cpp
+++ b/qtools/qglist.cpp
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Implementation of QGList and QGListIterator classes
**
diff --git a/qtools/qglist.h b/qtools/qglist.h
index f400b64..6949aa3 100644
--- a/qtools/qglist.h
+++ b/qtools/qglist.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of QGList and QGListIterator classes
**
diff --git a/qtools/qglobal.cpp b/qtools/qglobal.cpp
index 50f5202..95075a9 100644
--- a/qtools/qglobal.cpp
+++ b/qtools/qglobal.cpp
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Global functions
**
diff --git a/qtools/qglobal.h b/qtools/qglobal.h
index 9c2b53e..7acd0de 100644
--- a/qtools/qglobal.h
+++ b/qtools/qglobal.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Global type declarations and definitions
**
diff --git a/qtools/qgvector.cpp b/qtools/qgvector.cpp
index 88409ce..a769a55 100644
--- a/qtools/qgvector.cpp
+++ b/qtools/qgvector.cpp
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Implementation of QGVector class
**
diff --git a/qtools/qgvector.h b/qtools/qgvector.h
index 6a7999d..b5fbde0 100644
--- a/qtools/qgvector.h
+++ b/qtools/qgvector.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of QGVector class
**
diff --git a/qtools/qintdict.h b/qtools/qintdict.h
index ddc5fdf..52722ed 100644
--- a/qtools/qintdict.h
+++ b/qtools/qintdict.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of QIntDict template class
**
diff --git a/qtools/qiodevice.cpp b/qtools/qiodevice.cpp
index 43b2787..babe387 100644
--- a/qtools/qiodevice.cpp
+++ b/qtools/qiodevice.cpp
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Implementation of QIODevice class
**
diff --git a/qtools/qiodevice.h b/qtools/qiodevice.h
index 1c54217..6688bda 100644
--- a/qtools/qiodevice.h
+++ b/qtools/qiodevice.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of QIODevice class
**
diff --git a/qtools/qlist.h b/qtools/qlist.h
index a4608fb..a7ad156 100644
--- a/qtools/qlist.h
+++ b/qtools/qlist.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of QList template/macro class
**
diff --git a/qtools/qmap.cpp b/qtools/qmap.cpp
index 1d2510a..3f73f81 100644
--- a/qtools/qmap.cpp
+++ b/qtools/qmap.cpp
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Implementation of QMap
**
diff --git a/qtools/qmap.h b/qtools/qmap.h
index f384a3d..ecd355f 100644
--- a/qtools/qmap.h
+++ b/qtools/qmap.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of QMap class
**
diff --git a/qtools/qptrdict.h b/qtools/qptrdict.h
index c075e30..2ed1ef2 100644
--- a/qtools/qptrdict.h
+++ b/qtools/qptrdict.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of QPtrDict template class
**
diff --git a/qtools/qqueue.h b/qtools/qqueue.h
index 94bc130..36af518 100644
--- a/qtools/qqueue.h
+++ b/qtools/qqueue.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of QQueue template/macro class
**
diff --git a/qtools/qregexp.cpp b/qtools/qregexp.cpp
index 671867e..99189a6 100644
--- a/qtools/qregexp.cpp
+++ b/qtools/qregexp.cpp
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Implementation of QRegExp class
**
diff --git a/qtools/qregexp.h b/qtools/qregexp.h
index 25868ce..a66453c 100644
--- a/qtools/qregexp.h
+++ b/qtools/qregexp.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of QRegExp class
**
diff --git a/qtools/qshared.h b/qtools/qshared.h
index 79fab7b..338029e 100644
--- a/qtools/qshared.h
+++ b/qtools/qshared.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of QShared struct
**
diff --git a/qtools/qsortedlist.h b/qtools/qsortedlist.h
index aeadd90..7b90da6 100644
--- a/qtools/qsortedlist.h
+++ b/qtools/qsortedlist.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of QList template/macro class
**
diff --git a/qtools/qstack.h b/qtools/qstack.h
index c23215c..47311a5 100644
--- a/qtools/qstack.h
+++ b/qtools/qstack.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of QStack template/macro class
**
diff --git a/qtools/qstring.cpp b/qtools/qstring.cpp
index e13ffc8..b9530a6 100644
--- a/qtools/qstring.cpp
+++ b/qtools/qstring.cpp
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Implementation of the QString class and related Unicode functions
**
diff --git a/qtools/qstring.h b/qtools/qstring.h
index f131446..b574b05 100644
--- a/qtools/qstring.h
+++ b/qtools/qstring.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of the QString class, and related Unicode
** functions.
diff --git a/qtools/qstringlist.cpp b/qtools/qstringlist.cpp
index ff4f33e..d923f23 100644
--- a/qtools/qstringlist.cpp
+++ b/qtools/qstringlist.cpp
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Implementation of QStringList
**
diff --git a/qtools/qstringlist.h b/qtools/qstringlist.h
index 03342c5..04d11c6 100644
--- a/qtools/qstringlist.h
+++ b/qtools/qstringlist.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of QStringList class
**
diff --git a/qtools/qstrlist.h b/qtools/qstrlist.h
index c6a1864..abec631 100644
--- a/qtools/qstrlist.h
+++ b/qtools/qstrlist.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of QStrList, QStrIList and QStrListIterator classes
**
diff --git a/qtools/qstrvec.h b/qtools/qstrvec.h
index 15d3abb..31d7d89 100644
--- a/qtools/qstrvec.h
+++ b/qtools/qstrvec.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of QStrVec and QStrIVec classes
**
diff --git a/qtools/qtextcodec.cpp b/qtools/qtextcodec.cpp
index cdecfce..b55345e 100644
--- a/qtools/qtextcodec.cpp
+++ b/qtools/qtextcodec.cpp
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Implementation of QTextCodec class
**
diff --git a/qtools/qtextcodec.h b/qtools/qtextcodec.h
index 18ece20..9d5783f 100644
--- a/qtools/qtextcodec.h
+++ b/qtools/qtextcodec.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of QTextCodec class
**
diff --git a/qtools/qtextstream.cpp b/qtools/qtextstream.cpp
index 6686f81..ae794df 100644
--- a/qtools/qtextstream.cpp
+++ b/qtools/qtextstream.cpp
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Implementation of QTextStream class
**
diff --git a/qtools/qtextstream.h b/qtools/qtextstream.h
index c5f5ba1..357447d 100644
--- a/qtools/qtextstream.h
+++ b/qtools/qtextstream.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of QTextStream class
**
diff --git a/qtools/qtl.h b/qtools/qtl.h
index bd72e7d..ed1fe40 100644
--- a/qtools/qtl.h
+++ b/qtools/qtl.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of Qt template library classes
**
diff --git a/qtools/qvaluelist.h b/qtools/qvaluelist.h
index a1014ed..246df84 100644
--- a/qtools/qvaluelist.h
+++ b/qtools/qvaluelist.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of QValueList class
**
diff --git a/qtools/qvaluestack.h b/qtools/qvaluestack.h
index 9728d6c..e38edb2 100644
--- a/qtools/qvaluestack.h
+++ b/qtools/qvaluestack.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of QValueStack class
**
diff --git a/qtools/qvector.h b/qtools/qvector.h
index 36f0be7..9dd970c 100644
--- a/qtools/qvector.h
+++ b/qtools/qvector.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of QVector template/macro class
**
diff --git a/qtools/qxml.cpp b/qtools/qxml.cpp
index 11a9b01..f437783 100644
--- a/qtools/qxml.cpp
+++ b/qtools/qxml.cpp
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Implementation of QXmlSimpleReader and related classes.
**
diff --git a/qtools/qxml.h b/qtools/qxml.h
index ce40e5f..98d6641 100644
--- a/qtools/qxml.h
+++ b/qtools/qxml.h
@@ -1,5 +1,5 @@
/****************************************************************************
-**
+** $Id$
**
** Definition of QXmlSimpleReader and related classes.
**