Fix header guards

Closes #177
This commit is contained in:
Lukas W
2014-11-25 11:24:51 +01:00
parent 334a567620
commit e935cb046e
112 changed files with 338 additions and 338 deletions

View File

@@ -22,8 +22,8 @@
*
*/
#ifndef _EFFECT_SELECT_DIALOG_H
#define _EFFECT_SELECT_DIALOG_H
#ifndef EFFECT_SELECT_DIALOG_H
#define EFFECT_SELECT_DIALOG_H
#include <QDialog>
#include <QSortFilterProxyModel>