From dcda8b998683f96f59e04eb74ff4417e41ebe826 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Mon, 16 Nov 2009 19:16:53 +0000 Subject: [PATCH] should be slots svn path=/trunk/KDE/kdelibs/; revision=1050156 --- widgets/meter.h | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/widgets/meter.h b/widgets/meter.h index bdd4e321c..71e7d1c54 100644 --- a/widgets/meter.h +++ b/widgets/meter.h @@ -86,31 +86,16 @@ public: */ ~Meter(); - /** - * Set maximum value for the meter - */ - void setMaximum(int maximum); - /** * @return maximum value for the meter */ int maximum() const; - /** - * Set minimum value for the meter - */ - void setMinimum(int minimum); - /** * @return minimum value for the meter */ int minimum() const; - /** - * Set value for the meter - */ - void setValue(int value); - /** * @return value for the meter */ @@ -201,6 +186,21 @@ public Q_SLOTS: */ void dataUpdated(const QString &sourceName, const Plasma::DataEngine::Data &data); + /** + * Set maximum value for the meter + */ + void setMaximum(int maximum); + + /** + * Set minimum value for the meter + */ + void setMinimum(int minimum); + + /** + * Set value for the meter + */ + void setValue(int value); + protected: /** * Reimplemented from Plasma::Widget