summaryrefslogtreecommitdiffstats
path: root/src/gui/styles/qgtkstyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/styles/qgtkstyle.h')
-rw-r--r--src/gui/styles/qgtkstyle.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/styles/qgtkstyle.h b/src/gui/styles/qgtkstyle.h
index e12f175..f12de52 100644
--- a/src/gui/styles/qgtkstyle.h
+++ b/src/gui/styles/qgtkstyle.h
@@ -106,6 +106,10 @@ public:
void unpolish(QWidget *widget);
void unpolish(QApplication *app);
+
+protected Q_SLOTS:
+ QIcon standardIconImplementation(StandardPixmap standardIcon, const QStyleOption *option,
+ const QWidget *widget = 0) const;
};