Fix example.
svn path=/trunk/kdebase/kwin/; revision=333563
This commit is contained in:
parent
1cba403dc1
commit
a8b7cc3f24
1 changed files with 1 additions and 1 deletions
|
@ -702,7 +702,7 @@ class KDecoration
|
|||
* NOTE: This function is new in KDE3.3. In order to support also KDE3.2,
|
||||
* it is recommended to use code like this:
|
||||
* \code
|
||||
* int button = ... ;
|
||||
* ButtonState button = ... ;
|
||||
* #if KDE_IS_VERSION( 3, 3, 0 )
|
||||
* maximize( button );
|
||||
* #else
|
||||
|
|
Loading…
Reference in a new issue