summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qcdestyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/styles/qcdestyle.h')
-rw-r--r--src/widgets/styles/qcdestyle.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/widgets/styles/qcdestyle.h b/src/widgets/styles/qcdestyle.h
index fa9ec099d5..4f368b2e39 100644
--- a/src/widgets/styles/qcdestyle.h
+++ b/src/widgets/styles/qcdestyle.h
@@ -66,10 +66,8 @@ public:
void drawPrimitive(PrimitiveElement pe, const QStyleOption *opt, QPainter *p,
const QWidget *w = 0) const;
QPalette standardPalette() const;
-
-protected Q_SLOTS:
- QIcon standardIconImplementation(StandardPixmap standardIcon, const QStyleOption *opt = 0,
- const QWidget *widget = 0) const;
+ QIcon standardIcon(StandardPixmap standardIcon, const QStyleOption *opt = 0,
+ const QWidget *widget = 0) const;
};
#endif // QT_NO_STYLE_CDE