diff options
Diffstat (limited to 'qtinterface/tqptrdict.h')
-rw-r--r-- | qtinterface/tqptrdict.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/qtinterface/tqptrdict.h b/qtinterface/tqptrdict.h index 3221c11..187e889 100644 --- a/qtinterface/tqptrdict.h +++ b/qtinterface/tqptrdict.h @@ -38,7 +38,10 @@ Boston, MA 02110-1301, USA. // Reimplement the QPtrDict class // For Qt4, no changes are needed -#include <qptrdict.h> +#include <Qt/q3ptrdict.h> + +#define QPtrDict Q3PtrDict +#define QPtrDictIterator Q3PtrDictIterator #endif // USE_QT4 |