diff --git a/src/corelib/ipc/qtipccommon.h b/src/corelib/ipc/qtipccommon.h index d520a4dd682..658a426914f 100644 --- a/src/corelib/ipc/qtipccommon.h +++ b/src/corelib/ipc/qtipccommon.h @@ -1,8 +1,8 @@ // Copyright (C) 2022 Intel Corporation. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only -#ifndef QNATIVEIPCKEY_H -#define QNATIVEIPCKEY_H +#ifndef QTIPCCOMMON_H +#define QTIPCCOMMON_H #include #include @@ -207,4 +207,4 @@ QT_END_NAMESPACE #endif // QT_CONFIG(sharedmemory) || QT_CONFIG(systemsemaphore) -#endif // QNATIVEIPCKEY_H +#endif // QTIPCCOMMON_H