Fix ifdef condition

This commit is contained in:
Simon Stürz 2018-02-06 09:11:00 +01:00 committed by Michael Zanetti
parent 9a50c47256
commit 205bca9f32

View File

@ -20,8 +20,8 @@
* * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef DEVICEPLUGINELGATO_H #ifndef DEVICEPLUGINSENIC_H
#define DEVICEPLUGINELGATO_H #define DEVICEPLUGINSENIC_H
#include "plugintimer.h" #include "plugintimer.h"
#include "plugin/deviceplugin.h" #include "plugin/deviceplugin.h"
@ -63,4 +63,4 @@ private slots:
}; };
#endif // DEVICEPLUGINELGATO_H #endif // DEVICEPLUGINSENIC_H