moved backgroundPalette to public (for use by nitrogenbutton)
svn path=/trunk/KDE/kdebase/workspace/; revision=1021619
This commit is contained in:
parent
60e95cc624
commit
4e60677a84
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue