From 4b696552c93f23a90e01ab8fe8e08a327eafd841 Mon Sep 17 00:00:00 2001 From: Hugo Pereira Da Costa Date: Wed, 24 Sep 2014 22:41:29 +0200 Subject: [PATCH] removed unneeded parenthesis --- kstyle/breezestyle.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kstyle/breezestyle.cpp b/kstyle/breezestyle.cpp index 7c03c853..6a20c924 100644 --- a/kstyle/breezestyle.cpp +++ b/kstyle/breezestyle.cpp @@ -281,7 +281,10 @@ namespace Breeze addEventFilter( widget ); // force side panels as flat, on option, and change font to not-bold - if( ( widget->inherits( "KDEPrivate::KPageListView" ) || widget->property( PropertyNames::sidePanelView ).toBool() ) ) + if( + widget->inherits( "KDEPrivate::KPageListView" ) || + widget->inherits( "KDEPrivate::KPageTreeView" ) || + widget->property( PropertyNames::sidePanelView ).toBool() ) { // upbold list font