From a8b7cc3f24103bb704060877c64f2c1c655337f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Wed, 28 Jul 2004 16:55:42 +0000 Subject: [PATCH] Fix example. svn path=/trunk/kdebase/kwin/; revision=333563 --- lib/kdecoration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kdecoration.h b/lib/kdecoration.h index 5898940525..6ba029664b 100644 --- a/lib/kdecoration.h +++ b/lib/kdecoration.h @@ -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