diff --git a/src/corelib/io/qdirlisting.h b/src/corelib/io/qdirlisting.h index 21e12b2898d..7f5373a5d35 100644 --- a/src/corelib/io/qdirlisting.h +++ b/src/corelib/io/qdirlisting.h @@ -2,8 +2,8 @@ // Copyright (C) 2024 Ahmad Samir // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only -#ifndef QDILISTING_H -#define QDILISTING_H +#ifndef QDIRLISTING_H +#define QDIRLISTING_H #include #include @@ -148,4 +148,4 @@ Q_DECLARE_OPERATORS_FOR_FLAGS(QDirListing::IteratorFlags) QT_END_NAMESPACE -#endif // QDILISTING_H +#endif // QDIRLISTING_H