diff -r 65602f1ef0f8 -r f77bb02b669f QTfrontend/ui/widget/FreqSpinBox.h --- a/QTfrontend/ui/widget/FreqSpinBox.h Mon Jan 30 23:20:28 2012 +0100 +++ b/QTfrontend/ui/widget/FreqSpinBox.h Mon Jan 30 17:32:18 2012 -0500 @@ -35,23 +35,23 @@ */ class FreqSpinBox : public QSpinBox { - Q_OBJECT + Q_OBJECT -public: - /** - * @brief Class constructor. - * @param parent parent widget. - */ - FreqSpinBox(QWidget * parent); + public: + /** + * @brief Class constructor. + * @param parent parent widget. + */ + FreqSpinBox(QWidget * parent); -protected: - /** - * Returns it's value as localized frequency. - * 'Never', 'Every Turn', 'Every 2 Turns', etc. - * @param value integer value to be representing as string. - * @return the turn frequence-like string representation. - */ - QString textFromValue(int value) const; + protected: + /** + * Returns it's value as localized frequency. + * 'Never', 'Every Turn', 'Every 2 Turns', etc. + * @param value integer value to be representing as string. + * @return the turn frequence-like string representation. + */ + QString textFromValue(int value) const; };