diff options
Diffstat (limited to 'qtinterface/tqstack.h')
-rw-r--r-- | qtinterface/tqstack.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/qtinterface/tqstack.h b/qtinterface/tqstack.h index d49ebf3..03f9491 100644 --- a/qtinterface/tqstack.h +++ b/qtinterface/tqstack.h @@ -32,4 +32,12 @@ Boston, MA 02110-1301, USA. #endif // USE_QT3 +#ifdef USE_QT4 + +// Pull in Qt4 qptrstack defines + +#include <qptrstack.h> + +#endif // USE_QT4 + #endif /* TQSTACK_H */
\ No newline at end of file |