summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qfontcombobox.h
diff options
context:
space:
mode:
authorStephan Binner <stephan.binner@basyskom.com>2017-05-30 21:25:32 +0200
committerStephan Binner <stephan.binner@basyskom.com>2017-06-29 02:25:12 +0000
commit3aed1fccda2e3bcc0d8328543ef511b411b230d6 (patch)
tree1ee4f0b6ba9c9e57ba59754012b666b769f1ee06 /src/widgets/widgets/qfontcombobox.h
parentbf6f91e527e0fec49a8cd82eb4b9a55ff3db6d98 (diff)
Convert features.fontcombobox to QT_[REQUIRE_]CONFIG
Change-Id: I98f85cdb3b1c1ceae010362a5d5747d62ba62a22 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'src/widgets/widgets/qfontcombobox.h')
-rw-r--r--src/widgets/widgets/qfontcombobox.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/widgets/widgets/qfontcombobox.h b/src/widgets/widgets/qfontcombobox.h
index 983d5224dd..1e4555ce2d 100644
--- a/src/widgets/widgets/qfontcombobox.h
+++ b/src/widgets/widgets/qfontcombobox.h
@@ -44,11 +44,10 @@
#include <QtWidgets/qcombobox.h>
#include <QtGui/qfontdatabase.h>
-#ifndef QT_NO_FONTCOMBOBOX
+QT_REQUIRE_CONFIG(fontcombobox);
QT_BEGIN_NAMESPACE
-
class QFontComboBoxPrivate;
class Q_WIDGETS_EXPORT QFontComboBox : public QComboBox
@@ -101,5 +100,4 @@ Q_DECLARE_OPERATORS_FOR_FLAGS(QFontComboBox::FontFilters)
QT_END_NAMESPACE
-#endif // QT_NO_FONTCOMBOBOX
#endif