diff options
Diffstat (limited to 'qtinterface/tqwidgetstack.h')
-rw-r--r-- | qtinterface/tqwidgetstack.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qtinterface/tqwidgetstack.h b/qtinterface/tqwidgetstack.h index e9ec0fe..19b9402 100644 --- a/qtinterface/tqwidgetstack.h +++ b/qtinterface/tqwidgetstack.h @@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA. #ifdef USE_QT4 // Reimplement the QWidgetStack class -// For Qt4, no changes are needed +// For Qt4, some changes are needed -#include <qwidgetstack.h> +#include <Qt/q3widgetstack.h> + +#define QWidgetStack Q3WidgetStack #endif // USE_QT4 |