summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2015-12-13 01:14:51 +0100
committerJavier <dev.git@javispedro.com>2015-12-13 01:14:51 +0100
commitedaea655fa8d5c0d89218e24c6c541b6c73de451 (patch)
tree947316b2759ba5397ab23cc94461c4c97ac533d1
parent8ceebd625229e18de791ea2cc0445cd6691db069 (diff)
downloadlibwatchfish-edaea655fa8d5c0d89218e24c6c541b6c73de451.tar.gz
libwatchfish-edaea655fa8d5c0d89218e24c6c541b6c73de451.zip
Fix header guard
-rw-r--r--notificationmonitor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/notificationmonitor.h b/notificationmonitor.h
index 4337c7f..b5fdbdb 100644
--- a/notificationmonitor.h
+++ b/notificationmonitor.h
@@ -16,8 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef NOTIFICATIONMONITOR_H
-#define NOTIFICATIONMONITOR_H
+#ifndef WATCHFISH_NOTIFICATIONMONITOR_H
+#define WATCHFISH_NOTIFICATIONMONITOR_H
#include <QtCore/QLoggingCategory>
#include <QtCore/QMap>
@@ -52,4 +52,4 @@ private:
}
-#endif // NOTIFICATIONMONITOR_H
+#endif // WATCHFISH_NOTIFICATIONMONITOR_H