From b4bdfcd9ece80377a741f50c5621acaa447cb502 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Wed, 16 Apr 2008 22:01:51 +0000 Subject: [PATCH] extra ';' svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=797870 --- panelsvg.h | 2 +- svg.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/panelsvg.h b/panelsvg.h index fe17ba3ae..e93c6ab4b 100644 --- a/panelsvg.h +++ b/panelsvg.h @@ -166,7 +166,7 @@ class PLASMA_EXPORT PanelSvg : public Svg class Private; Private * const d; - Q_PRIVATE_SLOT(d, void updateSizes()); + Q_PRIVATE_SLOT(d, void updateSizes()) }; } // Plasma namespace diff --git a/svg.h b/svg.h index fe1b195b1..6eec66858 100644 --- a/svg.h +++ b/svg.h @@ -211,8 +211,8 @@ class PLASMA_EXPORT Svg : public QObject class Private; Private* const d; - Q_PRIVATE_SLOT(d, void themeChanged()); - Q_PRIVATE_SLOT(d, void colorsChanged()); + Q_PRIVATE_SLOT(d, void themeChanged()) + Q_PRIVATE_SLOT(d, void colorsChanged()) }; } // Plasma namespace