X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fforms%2Fcadtoolbarmodify.h;h=5205045cd61813ad64189b02713b2c50ae339c28;hb=c5e595b3156fdf5f93ab6a1032dcc77e859ac6fa;hp=a42133ada581593bcb7ee19b26e7728f7c84b7f4;hpb=f7188d32d0beaef31fc3475be05daea2f018ebec;p=architektonas diff --git a/src/forms/cadtoolbarmodify.h b/src/forms/cadtoolbarmodify.h index a42133a..5205045 100644 --- a/src/forms/cadtoolbarmodify.h +++ b/src/forms/cadtoolbarmodify.h @@ -7,20 +7,9 @@ class CadToolBar; class CadToolBarModify: public QWidget { - Q_OBJECT - public: CadToolBarModify(CadToolBar * parent, Qt::WindowFlags flags = 0); ~CadToolBarModify(); - - protected slots: - void back(); - - private: - QToolButton * CreateToolButton(QAction * action); - - protected: - CadToolBar * cadToolBar; }; #endif // __CADTOOLBARMODIFY_H__