-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Here is a mini-patch that changes the last to occurences of STL-headers from
X.h to X.
Cheers,
Arne
- --
Like diamonds in the ground, we are waiting to be found
In silence we are bound, by the wailing wall of sound
[--- PGP key FD05BED7 --- http://www.root42.de/ ---]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
iD8DBQE9r/MTzpP3gv0FvtcRAm13AJ9Zq4d5BhklxLGcF8UPAoLgkqvvYgCdGNOL
dMQ5VZ9IA1GC7dqOavYZ9/Y=
=A4V1
-----END PGP SIGNATURE-----
--- mmlistview.h 2002-10-18 13:33:20.000000000 +0200
+++ mmlistview.h 2002-10-18 13:31:10.000000000 +0200
@@ -1,8 +1,8 @@
#ifndef MMBOX_H
#define MMBOX_H
-#include <vector.h>
-#include <list.h>
+#include <vector>
+#include <list>
#include <qlistview.h>
#include <qtooltip.h>