From 6675e4e22254bfe25409bd853a00771d40566d43 Mon Sep 17 00:00:00 2001 From: David Faure Date: Thu, 17 Jul 2008 10:46:02 +0000 Subject: [PATCH] SVN_SILENT pedantic svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=833690 --- popupapplet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popupapplet.h b/popupapplet.h index 7954983f2..e2ead5e9c 100644 --- a/popupapplet.h +++ b/popupapplet.h @@ -52,7 +52,7 @@ protected: void hidePopup(); private: - Q_PRIVATE_SLOT(d, void togglePopup()); + Q_PRIVATE_SLOT(d, void togglePopup()) PopupAppletPrivate * const d; };