summaryrefslogtreecommitdiffstats
path: root/src/designer/src/lib/shared/textpropertyeditor_p.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2018-05-22 11:38:34 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2018-05-23 10:42:53 +0000
commite7e93c7f6b7db9d23da0e5252a57cb6d3e41e23f (patch)
treefd864c2ab3c3e484f689d85308f39277f132d0f2 /src/designer/src/lib/shared/textpropertyeditor_p.h
parent0f8872a9ba627d5a08f573ccdf15c208cf74a933 (diff)
Qt Designer: Fix Qt include statements
Change #include <QtCore/QDebug> to #include <QtCore/qdebug.h> according to the coding style. Change-Id: I2ba2e99d003f245c61ce836acb5af3208e1e0b29 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Diffstat (limited to 'src/designer/src/lib/shared/textpropertyeditor_p.h')
-rw-r--r--src/designer/src/lib/shared/textpropertyeditor_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/designer/src/lib/shared/textpropertyeditor_p.h b/src/designer/src/lib/shared/textpropertyeditor_p.h
index eb9389253..7b79166a9 100644
--- a/src/designer/src/lib/shared/textpropertyeditor_p.h
+++ b/src/designer/src/lib/shared/textpropertyeditor_p.h
@@ -43,7 +43,7 @@
#include "shared_global_p.h"
#include "shared_enums_p.h"
-#include <QtWidgets/QWidget>
+#include <QtWidgets/qwidget.h>
QT_BEGIN_NAMESPACE