From 2be30d07742c9c041cf809424334c05e1931ebd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dutkiewicz?= Date: Sun, 6 Dec 2009 12:29:05 +0000 Subject: [PATCH] Fix documentation a bit svn path=/trunk/KDE/kdelibs/; revision=1059368 --- dialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dialog.h b/dialog.h index 0b8d6762c..3a83b097c 100644 --- a/dialog.h +++ b/dialog.h @@ -106,8 +106,8 @@ class PLASMA_EXPORT Dialog : public QWidget void animatedHide(Plasma::Direction direction); /** - * Causes an animated hide; requires compositing to work, otherwise - * the dialog will simply hide. + * Causes an animated show; requires compositing to work, otherwise + * the dialog will simply show. * @since 4.3 */ void animatedShow(Plasma::Direction direction);