X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Fcadtoolbardim.h;h=d3f694a4448d5d28b5bba304eaeb2a58967468fe;hb=bd2b29c8735d83ab48df13c3efee53f63570473e;hp=2c80cb6142b39f2bde12cb8e2921cf1cbf27819f;hpb=f7188d32d0beaef31fc3475be05daea2f018ebec;p=architektonas diff --git a/src/forms/cadtoolbardim.h b/src/forms/cadtoolbardim.h index 2c80cb6..d3f694a 100644 --- a/src/forms/cadtoolbardim.h +++ b/src/forms/cadtoolbardim.h @@ -7,20 +7,9 @@ class CadToolBar; class CadToolBarDim: public QWidget { - Q_OBJECT - public: CadToolBarDim(CadToolBar * parent, Qt::WindowFlags flags = 0); ~CadToolBarDim(); - - protected slots: - void back(); - - private: - QToolButton * CreateToolButton(QAction * action); - - protected: - CadToolBar * cadToolBar; }; #endif // __CADTOOLBARDIM_H__