X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fblockwidget.h;h=d3ac02cf37de6102141e0fd2e04045184ce88f46;hb=da1348151182fe5340495ff8243e662b96c1fbfa;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=14fee18e7a8ebfccfc1ebe203fe049f268efb40a;p=architektonas diff --git a/src/blockwidget.h b/src/blockwidget.h index e69de29..d3ac02c 100644 --- a/src/blockwidget.h +++ b/src/blockwidget.h @@ -0,0 +1,16 @@ +#ifndef __BLOCKWIDGET_H__ +#define __BLOCKWIDGET_H__ + +#include + +class BlockWidget: public QWidget +{ + Q_OBJECT + + public: + BlockWidget(void); + ~BlockWidget(); + +}; + +#endif // __BLOCKWIDGET_H__