diff options
Diffstat (limited to 'qt-ui/starwidget.h')
-rw-r--r-- | qt-ui/starwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/starwidget.h b/qt-ui/starwidget.h index 68e3b2017..10a8a3073 100644 --- a/qt-ui/starwidget.h +++ b/qt-ui/starwidget.h @@ -17,10 +17,10 @@ public: static QPixmap starActive(); static QPixmap starInactive(); -Q_SIGNALS: +signals: void valueChanged(int stars); -public Q_SLOTS: +public slots: void setCurrentStars(int value); void setReadOnly( bool readOnly); |