X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fblockwidget.h;h=ce53b9b87a2cf46db5c1f5da1e62d9438683e526;hb=8ab4e08bd78cb5b07f069e3e6c5bf76944cb14fa;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=d549bfdc8c872b966b9d787c00e5e8027366093c;p=architektonas diff --git a/src/blockwidget.h b/src/blockwidget.h index e69de29..ce53b9b 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__