diff -r 56cd8111b7f7 -r 41300fa6a67c src/gui/styles/qgtkstyle.h --- a/src/gui/styles/qgtkstyle.h Tue Jan 26 12:42:25 2010 +0200 +++ b/src/gui/styles/qgtkstyle.h Tue Feb 02 00:43:10 2010 +0200 @@ -45,6 +45,7 @@ #include #include #include +#include QT_BEGIN_HEADER @@ -64,6 +65,8 @@ public: QGtkStyle(); + QGtkStyle(QGtkStylePrivate &dd); + ~QGtkStyle(); QPalette standardPalette() const; @@ -107,12 +110,15 @@ void unpolish(QWidget *widget); void unpolish(QApplication *app); + static bool getGConfBool(const QString &key, bool fallback = 0); + static QString getGConfString(const QString &key, const QString &fallback = QString()); + + protected Q_SLOTS: QIcon standardIconImplementation(StandardPixmap standardIcon, const QStyleOption *option, const QWidget *widget = 0) const; }; - #endif //!defined(QT_NO_STYLE_QGTK) QT_END_NAMESPACE