diff options
Diffstat (limited to 'qtinterface/tqtabdialog.h')
-rw-r--r-- | qtinterface/tqtabdialog.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qtinterface/tqtabdialog.h b/qtinterface/tqtabdialog.h index 12bc004..445ff3c 100644 --- a/qtinterface/tqtabdialog.h +++ b/qtinterface/tqtabdialog.h @@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA. #ifdef USE_QT4 // Reimplement the QTabDialog class -// For Qt4, no changes are needed +// For Qt4, some changes are needed -#include <qtabdialog.h> +#include <Qt/q3tabdialog.h> + +#define QTabDialog Q3TabDialog #endif // USE_QT4 |