Fix ifdef condition

This commit is contained in:
Simon Stürz 2018-02-06 09:11:00 +01:00
parent 65ed39e544
commit d0a4feb919

View File

@ -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