diff -r 65602f1ef0f8 -r f77bb02b669f QTfrontend/ui/widget/fpsedit.h --- a/QTfrontend/ui/widget/fpsedit.h Mon Jan 30 23:20:28 2012 +0100 +++ b/QTfrontend/ui/widget/fpsedit.h Mon Jan 30 17:32:18 2012 -0500 @@ -23,13 +23,13 @@ class FPSEdit : public QSpinBox { - Q_OBJECT + Q_OBJECT -public: - FPSEdit(QWidget * parent = 0); + public: + FPSEdit(QWidget * parent = 0); -protected: - QString textFromValue (int value) const; + protected: + QString textFromValue (int value) const; }; #endif // _FPSEDIT_H