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