]> Shamusworld >> Repos - architektonas/blobdiff - src/blockwidget.h
Initial work on BlockWidget.
[architektonas] / src / blockwidget.h
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..ce53b9b87a2cf46db5c1f5da1e62d9438683e526 100644 (file)
@@ -0,0 +1,16 @@
+#ifndef __BLOCKWIDGET_H__
+#define __BLOCKWIDGET_H__
+
+#include <QtGui>
+
+class BlockWidget: public QWidget
+{
+       Q_OBJECT
+
+       public:
+               BlockWidget(void);
+               ~BlockWidget();
+
+};
+
+#endif // __BLOCKWIDGET_H__