]> Shamusworld >> Repos - architektonas/blob - src/forms/cadtoolbarpolylines.h
Fixed problem with MDI activation.
[architektonas] / src / forms / cadtoolbarpolylines.h
1 #ifndef __CADTOOLBARPOLYLINES_H__
2 #define __CADTOOLBARPOLYLINES_H__
3
4 #include <QtGui>
5
6 class CadToolBar;
7
8 class CadToolBarPolylines: public QWidget
9 {
10         public:
11                 CadToolBarPolylines(CadToolBar * parent, Qt::WindowFlags flags = 0);
12                 ~CadToolBarPolylines();
13 };
14
15 #endif  // __CADTOOLBARPOLYLINES_H__