From 205bca9f3240cd2048da41b03d550caa277d3c58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Tue, 6 Feb 2018 09:11:00 +0100 Subject: [PATCH] Fix ifdef condition --- senic/devicepluginsenic.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/senic/devicepluginsenic.h b/senic/devicepluginsenic.h index 7ec1d49a..703b5b33 100644 --- a/senic/devicepluginsenic.h +++ b/senic/devicepluginsenic.h @@ -20,8 +20,8 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -#ifndef DEVICEPLUGINELGATO_H -#define DEVICEPLUGINELGATO_H +#ifndef DEVICEPLUGINSENIC_H +#define DEVICEPLUGINSENIC_H #include "plugintimer.h" #include "plugin/deviceplugin.h" @@ -63,4 +63,4 @@ private slots: }; -#endif // DEVICEPLUGINELGATO_H +#endif // DEVICEPLUGINSENIC_H