X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Fpaintinterface.h;fp=src%2Fbase%2Fpaintinterface.h;h=072d33336b18969a5f77b512af4d0cb65f4aeaf2;hb=3239ef39dcee08fa6e8cd68cdf2727fc68cc7a8c;hp=acd0ad490d2f2213f957cc31982d2b160cd0807c;hpb=c83e6faecff94289ccb93609596f125f00c85b41;p=architektonas diff --git a/src/base/paintinterface.h b/src/base/paintinterface.h index acd0ad4..072d333 100644 --- a/src/base/paintinterface.h +++ b/src/base/paintinterface.h @@ -1,11 +1,11 @@ -#ifndef __PAINTINTERFACE_H__ -#define __PAINTINTERFACE_H__ +#ifndef ____PAINTINTERFACE_H____ +#define ____PAINTINTERFACE_H____ #include #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____