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