]> Shamusworld >> Repos - architektonas/blobdiff - src/widgets/blockwidget.h
Sanity check step 1: Renaming files...
[architektonas] / src / widgets / blockwidget.h
similarity index 86%
rename from src/widgets/qg_blockwidget.h
rename to src/widgets/blockwidget.h
index 701f5835f3d733305cd50a60092fe8f754ca4207..784df4ba2e463557e7579b51afb01f9b41e17c81 100644 (file)
@@ -1,10 +1,7 @@
-#ifndef QG_BLOCKWIDGET_H
-#define QG_BLOCKWIDGET_H
+#ifndef __BLOCKWIDGET_H__
+#define __BLOCKWIDGET_H__
 
 #include <QtGui>
-//#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__