summaryrefslogtreecommitdiff
path: root/src/qdirfiletree.h
diff options
context:
space:
mode:
authorMick <39217391+mick-lue@users.noreply.github.com>2026-04-15 09:27:38 +0200
committerGitHub <noreply@github.com>2026-04-15 09:27:38 +0200
commit7528d023c4a9b9f31ef55e8274122c2420c9b725 (patch)
tree53dceccbab4a24d5240f41f888d44eb6f0a31fac /src/qdirfiletree.h
parent662f0332950e5f93518ea2ed24a681e22d1eda88 (diff)
fix header guard typos (#2364)
Diffstat (limited to 'src/qdirfiletree.h')
-rw-r--r--src/qdirfiletree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qdirfiletree.h b/src/qdirfiletree.h
index 1b3f7294..b1eddb71 100644
--- a/src/qdirfiletree.h
+++ b/src/qdirfiletree.h
@@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License
along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef ARCHIVEFILENETRY_H
-#define ARCHIVEFILENTRY_H
+#ifndef QDIRFILETREE_H
+#define QDIRFILETREE_H
#include <QDir>