From 895345d4fa40689f8f9ceca505f25390cedc5cb8 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sun, 17 Aug 2008 07:20:39 +0000 Subject: [PATCH] slots -> Q_SLOTS svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=848162 --- popupapplet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popupapplet.h b/popupapplet.h index fcc21c693..751213484 100644 --- a/popupapplet.h +++ b/popupapplet.h @@ -49,7 +49,7 @@ public: void showPopup(uint displayTime = 0); -public slots: +public Q_SLOTS: void hidePopup(); protected: