diff options
Diffstat (limited to 'libsowatch/watchpaintengine.h')
-rw-r--r-- | libsowatch/watchpaintengine.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libsowatch/watchpaintengine.h b/libsowatch/watchpaintengine.h index 14d8f61..74d4e09 100644 --- a/libsowatch/watchpaintengine.h +++ b/libsowatch/watchpaintengine.h @@ -1,5 +1,5 @@ -#ifndef WATCHPAINTENGINE_H -#define WATCHPAINTENGINE_H +#ifndef SOWATCH_WATCHPAINTENGINE_H +#define SOWATCH_WATCHPAINTENGINE_H #include <QtGui/QPaintEngine> @@ -56,4 +56,4 @@ protected: } -#endif // WATCHPAINTENGINE_H +#endif // SOWATCH_WATCHPAINTENGINE_H |