--- a/src/configDialog.h Thu Oct 03 21:48:11 2013 +0300 +++ b/src/configDialog.h Sat Oct 05 12:51:13 2013 +0300 @@ -16,8 +16,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef CONFIGDIALOG_H -#define CONFIGDIALOG_H +#ifndef LDFORGE_CONFIGDIALOG_H +#define LDFORGE_CONFIGDIALOG_H #include "gui.h" #include <QDialog> @@ -114,4 +114,4 @@ virtual void keyPressEvent (QKeyEvent* ev) override; }; -#endif // CONFIGDIALOG_H +#endif // LDFORGE_CONFIGDIALOG_H