summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qlineedit_p.h
diff options
context:
space:
mode:
authorStephan Binner <stephan.binner@basyskom.com>2017-07-29 09:04:28 +0200
committerStephan Binner <stephan.binner@basyskom.com>2017-08-10 05:37:30 +0000
commitee29be91c0b77d12f913f8f0b8d3f0d11a3a40fa (patch)
tree16838c05999760c53f713995b2360a1312b4720b /src/widgets/widgets/qlineedit_p.h
parente58fdbaeb033a801ac7b5dd1f63657b36d6e1305 (diff)
Convert features.toolbutton to QT_[REQUIRE_]CONFIG
Change-Id: I4227e1868da21bded76a8ec55996c436c8a8d763 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'src/widgets/widgets/qlineedit_p.h')
-rw-r--r--src/widgets/widgets/qlineedit_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/widgets/qlineedit_p.h b/src/widgets/widgets/qlineedit_p.h
index 2d695f8411..92bdd4ad60 100644
--- a/src/widgets/widgets/qlineedit_p.h
+++ b/src/widgets/widgets/qlineedit_p.h
@@ -56,7 +56,9 @@
#ifndef QT_NO_LINEEDIT
#include "private/qwidget_p.h"
#include "QtWidgets/qlineedit.h"
+#if QT_CONFIG(toolbutton)
#include "QtWidgets/qtoolbutton.h"
+#endif
#include "QtGui/qtextlayout.h"
#include "QtGui/qicon.h"
#include "QtWidgets/qstyleoption.h"