src/widgets.h

changeset 313
7e2cc227cfa0
parent 311
c6e38e5e4f33
child 395
5210bcb1d7e0
--- a/src/widgets.h	Tue Jul 02 00:15:52 2013 +0300
+++ b/src/widgets.h	Tue Jul 02 00:27:45 2013 +0300
@@ -108,22 +108,4 @@
 	void buttonChanged		();
 };
 
-// =============================================================================
-// SpinBox
-// =============================================================================
-class SpinBox : public QSpinBox
-{
-	Q_OBJECT
-public:
-	explicit SpinBox( QWidget* parent = 0 );
-	SpinBox();
-	
-public slots:
-	void enable();
-	void disable();
-	
-private:
-	Q_DISABLE_COPY( SpinBox )
-};
-
 #endif // WIDGETS_H
\ No newline at end of file

mercurial