X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fwidgets%2Fblockwidget.h;fp=src%2Fwidgets%2Fqg_blockwidget.h;h=784df4ba2e463557e7579b51afb01f9b41e17c81;hb=e5a77a32dbe17d9534d3099f1fd3fdacba199516;hp=701f5835f3d733305cd50a60092fe8f754ca4207;hpb=d86611a87f46873819dfae63f1112b248ba9aca1;p=architektonas diff --git a/src/widgets/qg_blockwidget.h b/src/widgets/blockwidget.h similarity index 86% rename from src/widgets/qg_blockwidget.h rename to src/widgets/blockwidget.h index 701f583..784df4b 100644 --- a/src/widgets/qg_blockwidget.h +++ b/src/widgets/blockwidget.h @@ -1,10 +1,7 @@ -#ifndef QG_BLOCKWIDGET_H -#define QG_BLOCKWIDGET_H +#ifndef __BLOCKWIDGET_H__ +#define __BLOCKWIDGET_H__ #include -//#include "rs_blocklist.h" -//#include "rs_blocklistlistener.h" -//#include "qg_actionhandler.h" class RS_Block; class RS_BlockList; @@ -14,7 +11,7 @@ class QG_ActionHandler; * This is the Qt implementation of a widget which can view a * block list. */ -class QG_BlockWidget: public QWidget//, public RS_BlockListListener +class QG_BlockWidget: public QWidget { Q_OBJECT @@ -64,4 +61,4 @@ class QG_BlockWidget: public QWidget//, public RS_BlockListListener QG_ActionHandler * actionHandler; }; -#endif +#endif // __BLOCKWIDGET_H__