]> Shamusworld >> Repos - architektonas/blobdiff - src/widgets/qg_blockwidget.h
Removed useless *Listener class and references.
[architektonas] / src / widgets / qg_blockwidget.h
index efb8e0471fc59ab65ebd8acea4e07884d6779306..701f5835f3d733305cd50a60092fe8f754ca4207 100644 (file)
@@ -2,15 +2,19 @@
 #define QG_BLOCKWIDGET_H
 
 #include <QtGui>
-#include "rs_blocklist.h"
-#include "rs_blocklistlistener.h"
-#include "qg_actionhandler.h"
+//#include "rs_blocklist.h"
+//#include "rs_blocklistlistener.h"
+//#include "qg_actionhandler.h"
+
+class RS_Block;
+class RS_BlockList;
+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//, public RS_BlockListListener
 {
     Q_OBJECT