diff options
Diffstat (limited to 'libsowatch/watchlet.h')
-rw-r--r-- | libsowatch/watchlet.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libsowatch/watchlet.h b/libsowatch/watchlet.h index 06e43a0..7f3413d 100644 --- a/libsowatch/watchlet.h +++ b/libsowatch/watchlet.h @@ -1,5 +1,5 @@ -#ifndef WATCHLET_H -#define WATCHLET_H +#ifndef SOWATCH_WATCHLET_H +#define SOWATCH_WATCHLET_H #include <QtCore/QObject> #include "sowatch_global.h" @@ -45,4 +45,4 @@ friend class WatchServer; } -#endif // WATCHLET_H +#endif // SOWATCH_WATCHLET_H |