From a08aff328d4393031d5ba7d622c2b05705a89d73 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Wed, 04 Jul 2007 11:23:42 +0000 Subject: initial public commit of qt4 port --- (limited to 'qtcompat') diff --git a/qtcompat/qptrlist.h b/qtcompat/qptrlist.h index 8ce6868..c3d3ca2 100644 --- a/qtcompat/qptrlist.h +++ b/qtcompat/qptrlist.h @@ -1,6 +1,8 @@ #ifndef QTCOMPAT_QPTRLIST_H #define QTCOMPAT_QPTRLIST_H +#if 0 + #include #define QPtrList QList @@ -8,3 +10,5 @@ #define QPtrCollection QCollection #endif + +#endif diff --git a/qtcompat/qptrstack.h b/qtcompat/qptrstack.h index 92070b3..b0afdf1 100644 --- a/qtcompat/qptrstack.h +++ b/qtcompat/qptrstack.h @@ -1,9 +1,13 @@ #ifndef QTCOMPAT_QPTRSTACK_H #define QTCOMPAT_QPTRSTACK_H +#if 0 + #include #define QPtrStack QStack #define QPtrStackIterator QStackIterator #endif + +#endif -- cgit v0.9.0.2