diff options
Diffstat (limited to 'qtinterface/tqvgroupbox.h')
-rw-r--r-- | qtinterface/tqvgroupbox.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qtinterface/tqvgroupbox.h b/qtinterface/tqvgroupbox.h index f2349bf..f0d2857 100644 --- a/qtinterface/tqvgroupbox.h +++ b/qtinterface/tqvgroupbox.h @@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA. #ifdef USE_QT4 // Reimplement the QVGroupBox class -// For Qt4, no changes are needed +// For Qt4, some changes are needed -#include <qvgroupbox.h> +#include <Qt/q3vgroupbox.h> + +#define QVGroupBox Q3VGroupBox #endif // USE_QT4 |