summaryrefslogtreecommitdiffstats
path: root/examples/widgets/painting/shared/arthurstyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/painting/shared/arthurstyle.h')
-rw-r--r--examples/widgets/painting/shared/arthurstyle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/painting/shared/arthurstyle.h b/examples/widgets/painting/shared/arthurstyle.h
index 45cf1baacf..074437be6e 100644
--- a/examples/widgets/painting/shared/arthurstyle.h
+++ b/examples/widgets/painting/shared/arthurstyle.h
@@ -42,11 +42,11 @@
#ifndef ARTHURSTYLE_H
#define ARTHURSTYLE_H
-#include <QWindowsStyle>
+#include <QCommonStyle>
QT_USE_NAMESPACE
-class ArthurStyle : public QWindowsStyle
+class ArthurStyle : public QCommonStyle
{
public:
ArthurStyle();