]> Shamusworld >> Repos - architektonas/blobdiff - src/widgets/layerwidget.h
Sanity check step 1: Renaming files...
[architektonas] / src / widgets / layerwidget.h
similarity index 86%
rename from src/widgets/qg_layerwidget.h
rename to src/widgets/layerwidget.h
index bddf87e9ac3647d1a27c0467d08a7977f27a08c7..b9e4e5ac9f8b187db104f0b2692c32162f6cd5a5 100644 (file)
@@ -1,10 +1,7 @@
-#ifndef QG_LAYERWIDGET_H
-#define QG_LAYERWIDGET_H
+#ifndef __LAYERWIDGET_H__
+#define __LAYERWIDGET_H__
 
 #include <QtGui>
-//#include "rs_layerlist.h"
-//#include "rs_layerlistlistener.h"
-//#include "qg_actionhandler.h"
 
 class QG_ActionHandler;
 class RS_Layer;
@@ -14,7 +11,7 @@ class RS_LayerList;
  * This is the Qt implementation of a widget which can view a
  * layer list and provides a user interface for basic layer actions.
  */
-class QG_LayerWidget: public QWidget//, public RS_LayerListListener
+class QG_LayerWidget: public QWidget
 {
     Q_OBJECT
 
@@ -66,4 +63,4 @@ class QG_LayerWidget: public QWidget//, public RS_LayerListListener
                QG_ActionHandler * actionHandler;
 };
 
-#endif
+#endif // __LAYERWIDGET_H__