]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/cadtoolbarsplines.h
In the middle of major refactoring...
[architektonas] / src / forms / cadtoolbarsplines.h
index 1c4e1eeeb83ab13c3cedd9c7fb06163b017096ef..2e00b7ee4ecbe16a0305d514d1650f5b97536d60 100644 (file)
@@ -7,20 +7,9 @@ class CadToolBar;
 
 class CadToolBarSplines: public QWidget
 {
-       Q_OBJECT
-
        public:
                CadToolBarSplines(CadToolBar * parent, Qt::WindowFlags flags = 0);
                ~CadToolBarSplines();
-
-       protected slots:
-               void back();
-
-       private:
-               QToolButton * CreateToolButton(QAction * action);
-
-       protected:
-               CadToolBar * cadToolBar;
 };
 
 #endif // __CADTOOLBARSPLINES_H__