diff --git a/src/qt_theme_draw.c b/src/qt_theme_draw.c index 7e20861..2723bb2 100644 --- a/src/qt_theme_draw.c +++ b/src/qt_theme_draw.c @@ -32,7 +32,13 @@ extern gboolean tde_showIconsOnPushButtons; -static GdkPixbuf * (*stockRenderIcon)() = NULL; +static GdkPixbuf * (*stockRenderIcon)(GtkStyle*, + const GtkIconSource*, + GtkTextDirection, + GtkStateType, + GtkIconSize, + GtkWidget*, + const gchar*) = NULL; // static void * (*stockDrawString)() = NULL; static void qtengine_style_init (QtEngineStyle *style);