From a87be2379a2037719d6973687d4a3fe093e0afcf Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Tue, 14 Oct 2008 06:17:07 +0000 Subject: [PATCH] Pedantic svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=871193 --- appletbrowser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appletbrowser.h b/appletbrowser.h index 7eca8fa51..d4c892e6d 100644 --- a/appletbrowser.h +++ b/appletbrowser.h @@ -111,7 +111,7 @@ public: Containment *containment() const; private: - Q_PRIVATE_SLOT(d, void populateWidgetsMenu()); + Q_PRIVATE_SLOT(d, void populateWidgetsMenu()) AppletBrowserPrivate * const d; };