From a4b06ced4dfd289e7868a7cc71455472498ca5ad Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Mon, 15 Nov 2010 20:48:27 +0000 Subject: [PATCH] help the apidox out a bit to be clearer where that enum comes from svn path=/trunk/KDE/kdelibs/; revision=1197441 --- applet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applet.h b/applet.h index 4c66675e8..ff054ac73 100644 --- a/applet.h +++ b/applet.h @@ -778,7 +778,7 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget * @see Plasma::MessageButton * @since 4.3 */ - void messageButtonPressed(const MessageButton button); + void messageButtonPressed(const Plasma::MessageButton button); /** * Emitted when the applet is deleted @@ -1002,7 +1002,7 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget * @see messageButtonPressed * @since 4.3 */ - void showMessage(const QIcon &icon, const QString &message, const MessageButtons buttons); + void showMessage(const QIcon &icon, const QString &message, const Plasma::MessageButtons buttons); /** * Called when any of the geometry constraints have been updated.