diff options
author | Jeremy Katz <jeremy.katz@nokia.com> | 2009-09-25 13:49:59 (GMT) |
---|---|---|
committer | Jeremy Katz <jeremy.katz@nokia.com> | 2009-09-25 13:49:59 (GMT) |
commit | 586722a4e288e9f1e9d7751a0e87e39c274144d8 (patch) | |
tree | a60e36f7f8924254a115f4130b26521bcb5ac37e /src/corelib/global/qfeatures.h | |
parent | 29234e97ad6187f9f7625ef75baaf43a05eeafad (diff) | |
download | Qt-586722a4e288e9f1e9d7751a0e87e39c274144d8.zip Qt-586722a4e288e9f1e9d7751a0e87e39c274144d8.tar.gz Qt-586722a4e288e9f1e9d7751a0e87e39c274144d8.tar.bz2 |
QPrintPreviewDialog depends on QMainWindow (qfeatures.txt)
Reviewed-by: Paul
Diffstat (limited to 'src/corelib/global/qfeatures.h')
-rw-r--r-- | src/corelib/global/qfeatures.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qfeatures.h b/src/corelib/global/qfeatures.h index 29f46f6..36c2cf9 100644 --- a/src/corelib/global/qfeatures.h +++ b/src/corelib/global/qfeatures.h @@ -847,7 +847,7 @@ #endif // QPrintPreviewDialog -#if !defined(QT_NO_PRINTPREVIEWDIALOG) && (defined(QT_NO_PRINTPREVIEWWIDGET) || defined(QT_NO_PRINTDIALOG)) +#if !defined(QT_NO_PRINTPREVIEWDIALOG) && (defined(QT_NO_PRINTPREVIEWWIDGET) || defined(QT_NO_PRINTDIALOG) || defined(QT_NO_MAINWINDOW)) #define QT_NO_PRINTPREVIEWDIALOG #endif |