QTfrontend/ui/widget/fpsedit.h
changeset 6616 f77bb02b669f
parent 6060 fdfc01419815
child 6700 e04da46ee43c
--- 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