diff options
Diffstat (limited to 'qtinterface/tqvaluelist.h')
-rw-r--r-- | qtinterface/tqvaluelist.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qtinterface/tqvaluelist.h b/qtinterface/tqvaluelist.h index 59d4c8b..af27329 100644 --- a/qtinterface/tqvaluelist.h +++ b/qtinterface/tqvaluelist.h @@ -34,4 +34,13 @@ Boston, MA 02110-1301, USA. #endif // USE_QT3 +#ifdef USE_QT4 + +// Reimplement the QValueList class +// For Qt4, no changes are needed + +#include <qvaluelist.h> + +#endif // USE_QT4 + #endif /* TQVALUELIST_H */
\ No newline at end of file |