]> Shamusworld >> Repos - architektonas/blobdiff - src/base/paintinterface.h
Initial removal of unnecessary rs_ prefixes from files.
[architektonas] / src / base / paintinterface.h
index acd0ad490d2f2213f957cc31982d2b160cd0807c..072d33336b18969a5f77b512af4d0cb65f4aeaf2 100644 (file)
@@ -1,11 +1,11 @@
-#ifndef __PAINTINTERFACE_H__
-#define __PAINTINTERFACE_H__
+#ifndef ____PAINTINTERFACE_H____
+#define ____PAINTINTERFACE_H____
 
 #include <QtGui>
 #include "rs.h"
 #include "vector.h"
-#include "rs_color.h"
-#include "rs_pen.h"
+#include "color.h"
+#include "pen.h"
 
 // This is an interface class to the rest of the RS_* functions that are supposed
 // to be toolkit independent, but, because the author of QCad had no idea how to
@@ -76,4 +76,4 @@ class PaintInterface
                RS_Pen lpen;
 };
 
-#endif // __PAINTINTERFACE_H__
+#endif // __PAINTINTERFACE_H____