Fix include guard.

This commit is contained in:
Teo Mrnjavac 2014-06-27 18:08:03 +02:00
parent 20d5a37fef
commit 299d4caae5

View File

@ -16,8 +16,8 @@
* along with Calamares. If not, see <http://www.gnu.org/licenses/>. * along with Calamares. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef PAGEPLUGIN_H #ifndef VIEWSTEP_H
#define PAGEPLUGIN_H #define VIEWSTEP_H
#include <QObject> #include <QObject>
@ -56,4 +56,4 @@ signals:
Q_DECLARE_INTERFACE( Calamares::ViewStep, "calamares.ViewModule/1.0" ) Q_DECLARE_INTERFACE( Calamares::ViewStep, "calamares.ViewModule/1.0" )
#endif // PAGEPLUGIN_H #endif // VIEWSTEP_H