]> Shamusworld >> Repos - architektonas/blob - src/blockwidget.h
ce53b9b87a2cf46db5c1f5da1e62d9438683e526
[architektonas] / src / blockwidget.h
1 #ifndef __BLOCKWIDGET_H__
2 #define __BLOCKWIDGET_H__
3
4 #include <QtGui>
5
6 class BlockWidget: public QWidget
7 {
8         Q_OBJECT
9
10         public:
11                 BlockWidget(void);
12                 ~BlockWidget();
13
14 };
15
16 #endif  // __BLOCKWIDGET_H__