]> Shamusworld >> Repos - architektonas/blobdiff - src/widgets/pentoolbar.h
Sanity check step 1: Renaming files...
[architektonas] / src / widgets / pentoolbar.h
similarity index 91%
rename from src/widgets/qg_pentoolbar.h
rename to src/widgets/pentoolbar.h
index 2b976e81bbf2d25ec2cbcaf19efe0fe254d0a34c..0a0fd5a99a13d9e9bae84b5062ea09190cd93580 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef QG_PENTOOLBAR_H
-#define QG_PENTOOLBAR_H
+#ifndef __PENTOOLBAR_H__
+#define __PENTOOLBAR_H__
 
 #include <QtGui>
 //#include "rs_layerlistlistener.h"
@@ -42,4 +42,4 @@ class QG_PenToolBar: public QToolBar//, public RS_LayerListListener
                QG_LineTypeBox * lineTypeBox;
 };
 
-#endif
+#endif // __PENTOOLBAR_H__