X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=aboutdialog.h;h=5100c009014320dee93a5bb0c4124ad502108ba3;hb=fa54f2630c56a1df0046923d6a77b1bd58abf240;hp=3bc9ea5e74d2d9a29c218c967a6154e1783b8930;hpb=05a4191c8fc714a3aed823e1793f0209f6a91083;p=nageru diff --git a/aboutdialog.h b/aboutdialog.h index 3bc9ea5..5100c00 100644 --- a/aboutdialog.h +++ b/aboutdialog.h @@ -1,12 +1,10 @@ -#ifndef ABOUTWINDOW_H -#define ABOUTWINDOW_H +#ifndef _ABOUTDIALOG_H +#define _ABOUTDIALOG_H 1 #include -#include -#include -#include +#include -#include "mixer.h" +class QObject; namespace Ui { class AboutDialog; @@ -23,4 +21,4 @@ private: Ui::AboutDialog *ui; }; -#endif +#endif // !defined(_ABOUTDIALOG_H)