X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fwidgets%2Fblockwidget.h;h=804d4eeac391b519a7bf4cbbee0228082cfff98f;hb=af32602b9d8075080d5805143f1cd47fc10672e1;hp=784df4ba2e463557e7579b51afb01f9b41e17c81;hpb=e5a77a32dbe17d9534d3099f1fd3fdacba199516;p=architektonas diff --git a/src/widgets/blockwidget.h b/src/widgets/blockwidget.h index 784df4b..804d4ee 100644 --- a/src/widgets/blockwidget.h +++ b/src/widgets/blockwidget.h @@ -5,20 +5,20 @@ class RS_Block; class RS_BlockList; -class QG_ActionHandler; +class ActionHandler; /** * This is the Qt implementation of a widget which can view a * block list. */ -class QG_BlockWidget: public QWidget +class BlockWidget: public QWidget { Q_OBJECT public: - QG_BlockWidget(QG_ActionHandler * ah, QWidget * parent, + BlockWidget(ActionHandler * ah, QWidget * parent, const char * name = 0, Qt::WFlags f = 0); - ~QG_BlockWidget(); + ~BlockWidget(); void setBlockList(RS_BlockList * blockList); RS_BlockList * getBlockList(); @@ -58,7 +58,7 @@ class QG_BlockWidget: public QWidget QPixmap pxmInsert; QPixmap pxmDefreezeAll; QPixmap pxmFreezeAll; - QG_ActionHandler * actionHandler; + ActionHandler * actionHandler; }; #endif // __BLOCKWIDGET_H__