]> Shamusworld >> Repos - architektonas/blob - cadtoolbarsplines.h
2e00b7ee4ecbe16a0305d514d1650f5b97536d60
[architektonas] / cadtoolbarsplines.h
1 #ifndef __CADTOOLBARSPLINES_H__
2 #define __CADTOOLBARSPLINES_H__
3
4 #include <QtGui>
5
6 class CadToolBar;
7
8 class CadToolBarSplines: public QWidget
9 {
10         public:
11                 CadToolBarSplines(CadToolBar * parent, Qt::WindowFlags flags = 0);
12                 ~CadToolBarSplines();
13 };
14
15 #endif  // __CADTOOLBARSPLINES_H__