X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=aboutdialog.h;h=980dc830ad791484835037872df8bedad1582f40;hb=9bd4bf03ccf39a60aaa778b52ab9df7ae828a33e;hp=3bc9ea5e74d2d9a29c218c967a6154e1783b8930;hpb=05a4191c8fc714a3aed823e1793f0209f6a91083;p=nageru diff --git a/aboutdialog.h b/aboutdialog.h index 3bc9ea5..980dc83 100644 --- a/aboutdialog.h +++ b/aboutdialog.h @@ -1,5 +1,5 @@ -#ifndef ABOUTWINDOW_H -#define ABOUTWINDOW_H +#ifndef _ABOUTDIALOG_H +#define _ABOUTDIALOG_H 1 #include #include @@ -23,4 +23,4 @@ private: Ui::AboutDialog *ui; }; -#endif +#endif // !defined(_ABOUTDIALOG_H)