diff options
Diffstat (limited to 'src/widgets/dialogs/qfontdialog.h')
-rw-r--r-- | src/widgets/dialogs/qfontdialog.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/widgets/dialogs/qfontdialog.h b/src/widgets/dialogs/qfontdialog.h index 276f8f5e83..da13a5ab99 100644 --- a/src/widgets/dialogs/qfontdialog.h +++ b/src/widgets/dialogs/qfontdialog.h @@ -42,13 +42,14 @@ #include <QtWidgets/qtwidgetsglobal.h> #include <QtGui/qwindowdefs.h> -#include <QtWidgets/qdialog.h> #include <QtGui/qfont.h> -QT_BEGIN_NAMESPACE +#ifndef QT_NO_FONTDIALOG +#include <QtWidgets/qdialog.h> + +QT_BEGIN_NAMESPACE -#ifndef QT_NO_FONTDIALOG class QFontDialogPrivate; @@ -117,8 +118,8 @@ private: Q_DECLARE_OPERATORS_FOR_FLAGS(QFontDialog::FontDialogOptions) -#endif // QT_NO_FONTDIALOG - QT_END_NAMESPACE +#endif // QT_NO_FONTDIALOG + #endif // QFONTDIALOG_H |