diff -r 803b277e4894 -r 3f21a9dc93d0 QTfrontend/fpsedit.h --- a/QTfrontend/fpsedit.h Sat Mar 06 10:54:24 2010 +0000 +++ b/QTfrontend/fpsedit.h Sat Mar 06 10:59:20 2010 +0000 @@ -23,13 +23,13 @@ class FPSEdit : public QSpinBox { - Q_OBJECT + Q_OBJECT public: - FPSEdit(QWidget * parent = 0); + FPSEdit(QWidget * parent = 0); protected: - QString textFromValue (int value) const; + QString textFromValue (int value) const; }; #endif // _FPSEDIT_H