diff options
Diffstat (limited to 'libsowatch/watchsimulator.h')
-rw-r--r-- | libsowatch/watchsimulator.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libsowatch/watchsimulator.h b/libsowatch/watchsimulator.h index aa8586d..c9d69ba 100644 --- a/libsowatch/watchsimulator.h +++ b/libsowatch/watchsimulator.h @@ -1,5 +1,5 @@ -#ifndef WATCHSIMULATOR_H -#define WATCHSIMULATOR_H +#ifndef SOWATCH_WATCHSIMULATOR_H +#define SOWATCH_WATCHSIMULATOR_H #include <QtGui/QImage> @@ -17,4 +17,4 @@ public: } -#endif // WATCHSIMULATOR_H +#endif // SOWATCH_WATCHSIMULATOR_H |