]> Shamusworld >> Repos - architektonas/blobdiff - src/base/paintinterface.h
In the middle of major refactoring...
[architektonas] / src / base / paintinterface.h
similarity index 93%
rename from src/base/paintintf.h
rename to src/base/paintinterface.h
index 242ce7f6a84f5aa21346b5463715cad1f6d43b4a..3815dd0c28767e97470e2794facba4facc57d6e8 100644 (file)
@@ -1,10 +1,5 @@
-// paintintf.h: Qt Painter interface
-//
-// by James L. Hammons
-// (C) 2010 Underground Software
-
-#ifndef __PAINTINTF_H__
-#define __PAINTINTF_H__
+#ifndef __PAINTINTERFACE_H__
+#define __PAINTINTERFACE_H__
 
 #include <QtGui>
 #include "rs.h"
@@ -80,4 +75,4 @@ class PaintInterface
                RS_Pen lpen;
 };
 
-#endif // __PAINTINTF_H__
+#endif // __PAINTINTERFACE_H__