diff options
Diffstat (limited to 'qtinterface/tqprogressdialog.h')
-rw-r--r-- | qtinterface/tqprogressdialog.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qtinterface/tqprogressdialog.h b/qtinterface/tqprogressdialog.h index e87347b..53f8513 100644 --- a/qtinterface/tqprogressdialog.h +++ b/qtinterface/tqprogressdialog.h @@ -36,9 +36,11 @@ Boston, MA 02110-1301, USA. #ifdef USE_QT4 // Reimplement the QProgressDialog class -// For Qt4, no changes are needed +// For Qt4, some changes are needed -#include <qprogressdialog.h> +#include <Qt/q3progressdialog.h> + +#define QProgressDialog Q3ProgressDialog #endif // USE_QT4 |