diff options
Diffstat (limited to 'libsowatch/watch.h')
-rw-r--r-- | libsowatch/watch.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libsowatch/watch.h b/libsowatch/watch.h index 056bfe0..fff4c15 100644 --- a/libsowatch/watch.h +++ b/libsowatch/watch.h @@ -1,5 +1,5 @@ -#ifndef WATCH_H -#define WATCH_H +#ifndef SOWATCH_WATCH_H +#define SOWATCH_WATCH_H #include <QtCore/QObject> #include <QtCore/QDateTime> @@ -45,4 +45,4 @@ public slots: } -#endif // WATCH_H +#endif // SOWATCH_WATCH_H |