summaryrefslogtreecommitdiffstats
path: root/src/plugins/styles/plastique/qplastiquestyle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/styles/plastique/qplastiquestyle.cpp')
-rw-r--r--src/plugins/styles/plastique/qplastiquestyle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/styles/plastique/qplastiquestyle.cpp b/src/plugins/styles/plastique/qplastiquestyle.cpp
index 0cd342d..88fbca9 100644
--- a/src/plugins/styles/plastique/qplastiquestyle.cpp
+++ b/src/plugins/styles/plastique/qplastiquestyle.cpp
@@ -3634,7 +3634,7 @@ void QPlastiqueStyle::drawControl(ControlElement element, const QStyleOption *op
break;
#endif
default:
- QProxyStyle::drawControl(element, option, painter, widget);
+ QCommonStyle::drawControl(element, option, painter, widget);
break;
}
}