From 4dac6fc70ad3f208ab7bd28af1417edad2d8061f Mon Sep 17 00:00:00 2001 From: Jens Bache-Wiig Date: Mon, 1 Oct 2012 17:41:34 +0200 Subject: Remove Cleanlooks as a dependency of QGtkStyle Since we no longer do the sanity checking against gtk-qt-theme at startup, there is no longer any need to inherit from cleanlooks. Cleanlooks should no longer be needed as it has been completely replaced by Gtk style and this dependency is not required at this point. Change-Id: I05b59278cd3ff915df49a7ad2d04494258db0d42 Reviewed-by: Gabriel de Dietrich --- src/widgets/styles/qgtkstyle_p.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/styles/qgtkstyle_p.cpp') diff --git a/src/widgets/styles/qgtkstyle_p.cpp b/src/widgets/styles/qgtkstyle_p.cpp index 319ff9f599..2d890c58ec 100644 --- a/src/widgets/styles/qgtkstyle_p.cpp +++ b/src/widgets/styles/qgtkstyle_p.cpp @@ -285,7 +285,7 @@ QList QGtkStylePrivate::instances; QGtkStylePrivate::WidgetMap *QGtkStylePrivate::widgetMap = 0; QGtkStylePrivate::QGtkStylePrivate() - : QCleanlooksStylePrivate() + : QWindowsStylePrivate() , filter(this) { instances.append(this); -- cgit v1.2.3