From 7e28b26173c33aaba381e396a86ac331300c850a Mon Sep 17 00:00:00 2001 From: Hugo Pereira Da Costa Date: Fri, 30 Apr 2010 19:13:46 +0000 Subject: [PATCH] renamed toplevelDecorationHasAlpha into decorationHasAlpha svn path=/trunk/KDE/kdebase/workspace/; revision=1121192 --- scene.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.h b/scene.h index 2e3d89de58..94d5828aaf 100644 --- a/scene.h +++ b/scene.h @@ -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;