diff options
Diffstat (limited to 'libsowatch/testwatchlet.h')
-rw-r--r-- | libsowatch/testwatchlet.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libsowatch/testwatchlet.h b/libsowatch/testwatchlet.h index caa68da..6556724 100644 --- a/libsowatch/testwatchlet.h +++ b/libsowatch/testwatchlet.h @@ -1,5 +1,5 @@ -#ifndef TESTWATCHLET_H -#define TESTWATCHLET_H +#ifndef SOWATCH_TESTWATCHLET_H +#define SOWATCH_TESTWATCHLET_H #include <QtCore/QTimer> #include "watchlet.h" @@ -26,4 +26,4 @@ private: } -#endif // TESTWATCHLET_H +#endif // SOWATCH_TESTWATCHLET_H |