help the apidox out a bit to be clearer where that enum comes from

svn path=/trunk/KDE/kdelibs/; revision=1197441
This commit is contained in:
Aaron J. Seigo 2010-11-15 20:48:27 +00:00
parent c1f8c20bfd
commit a4b06ced4d

View File

@ -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.