From 4bb368919d9730d6175bee578d839fd6202cefcb Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Thu, 24 Apr 2008 20:14:47 +0000 Subject: [PATCH] SILENT: Tiny style fix svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=800767 --- applet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applet.h b/applet.h index c1fe69b3d..fdc538936 100644 --- a/applet.h +++ b/applet.h @@ -507,7 +507,7 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget int type() const; enum { Type = Plasma::AppletType }; - /** + /** * Reimplemented from QGraphicsItem */ QPainterPath shape() const;