renamed toplevelDecorationHasAlpha into decorationHasAlpha

svn path=/trunk/KDE/kdebase/workspace/; revision=1121192
This commit is contained in:
Hugo Pereira Da Costa 2010-04-30 19:13:46 +00:00
parent 81e2b18888
commit 7e28b26173

View file

@ -187,7 +187,7 @@ class Scene::Window
// is the window fully opaque
bool isOpaque() const;
// does the decoration has alpha channel
bool toplevelDecorationHasAlpha( void ) const;
bool decorationHasAlpha( void ) const;
// shape of the window
QRegion shape() const;
QRegion clientShape() const;