summaryrefslogtreecommitdiffstats
path: root/src/designer/src/components/propertyeditor/brushpropertymanager.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/components/propertyeditor/brushpropertymanager.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/components/propertyeditor/brushpropertymanager.h')
-rw-r--r--src/designer/src/components/propertyeditor/brushpropertymanager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/designer/src/components/propertyeditor/brushpropertymanager.h b/src/designer/src/components/propertyeditor/brushpropertymanager.h
index 277b79fc8..5f2a81a00 100644
--- a/src/designer/src/components/propertyeditor/brushpropertymanager.h
+++ b/src/designer/src/components/propertyeditor/brushpropertymanager.h
@@ -29,9 +29,9 @@
#ifndef BRUSHPROPERTYMANAGER_H
#define BRUSHPROPERTYMANAGER_H
-#include <QtCore/QMap>
-#include <QtGui/QBrush>
-#include <QtGui/QIcon>
+#include <QtCore/qmap.h>
+#include <QtGui/qbrush.h>
+#include <QtGui/qicon.h>
QT_BEGIN_NAMESPACE