QTfrontend/fpsedit.h
changeset 2948 3f21a9dc93d0
parent 1066 1f1b3686a2b0
child 3236 4ab3917d7d44
--- 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