From 65be58f69edcb10463daa6c3e001893b01f8ccda Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Mon, 4 Jun 2007 08:24:29 +0000 Subject: [PATCH] Remove not necessary "class classname;" svn path=/trunk/KDE/kdebase/workspace/lib/plasma/; revision=671233 --- corona.h | 2 -- svg.h | 1 - widgets/layout.h | 1 - widgets/vboxlayout.h | 1 - 4 files changed, 5 deletions(-) diff --git a/corona.h b/corona.h index 921824a8e..c6aac8974 100644 --- a/corona.h +++ b/corona.h @@ -28,8 +28,6 @@ namespace Plasma { -class Layout; -class Svg; /** * @short A QGraphicsScene for Plasma::Applets diff --git a/svg.h b/svg.h index d513c9ddd..ac4611ec9 100644 --- a/svg.h +++ b/svg.h @@ -30,7 +30,6 @@ class QRect; class QRectF; class QSize; class QSizeF; -class QMatrix; namespace Plasma { diff --git a/widgets/layout.h b/widgets/layout.h index ec215807c..205c300b3 100644 --- a/widgets/layout.h +++ b/widgets/layout.h @@ -31,7 +31,6 @@ namespace Plasma /** * Base class for Plasma Layout managers */ -class Widget; class PLASMA_EXPORT Layout : public LayoutItem { diff --git a/widgets/vboxlayout.h b/widgets/vboxlayout.h index fa35be151..00ead7d65 100644 --- a/widgets/vboxlayout.h +++ b/widgets/vboxlayout.h @@ -28,7 +28,6 @@ namespace Plasma { -class Widget; /** * Vertical Box Layout