moved backgroundPalette to public (for use by nitrogenbutton)

svn path=/trunk/KDE/kdebase/workspace/; revision=1021619
icc-effect-5.14.5
Hugo Pereira Da Costa 2009-09-09 17:00:13 +00:00
parent 60e95cc624
commit 4e60677a84
1 changed files with 3 additions and 3 deletions

View File

@ -85,6 +85,9 @@ namespace Nitrogen
OxygenHelper& helper( void ) const
{ return helper_; }
//! palette background
QPalette backgroundPalette( const QWidget*, QPalette ) const;
//! window background
virtual void renderWindowBackground( QPainter*, const QRect&, const QWidget*, const QPalette& ) const;
@ -148,9 +151,6 @@ namespace Nitrogen
bool active;
};
//! palette background
QPalette backgroundPalette( const QWidget*, QPalette ) const;
//! calculate mask
QRegion calcMask( void ) const;