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