diff --git a/3rdparty/singleapplication/singlecoreapplication_p.h b/3rdparty/singleapplication/singlecoreapplication_p.h index ac07a57dc..4b5f9c4b1 100644 --- a/3rdparty/singleapplication/singlecoreapplication_p.h +++ b/3rdparty/singleapplication/singlecoreapplication_p.h @@ -31,8 +31,8 @@ // // -#ifndef SINGLEAPPLICATION_P_H -#define SINGLEAPPLICATION_P_H +#ifndef SINGLECOREAPPLICATION_P_H +#define SINGLECOREAPPLICATION_P_H #include #include @@ -108,4 +108,4 @@ class SingleCoreApplicationPrivate : public QObject { void slotClientConnectionClosed(QLocalSocket*, const quint32); }; -#endif // SINGLEAPPLICATION_P_H +#endif // SINGLECOREAPPLICATION_P_H