From 3a9b47705a14311a9f34265e33d80e349c265df9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 9 Mar 2013 15:42:03 +0100 Subject: [PATCH] Fix unintended rename of KUICKFILE --- kuickshow/src/kuickfile.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kuickshow/src/kuickfile.h b/kuickshow/src/kuickfile.h index 1f6b7dd..78901ca 100644 --- a/kuickshow/src/kuickfile.h +++ b/kuickshow/src/kuickfile.h @@ -7,8 +7,8 @@ ** ****************************************************************************/ -#ifndef KUICTDEFILE_H -#define KUICTDEFILE_H +#ifndef KUICKFILE_H +#define KUICKFILE_H #include #include @@ -97,4 +97,4 @@ private: bool operator==( const KuickFile& first, const KuickFile& second ); -#endif // KUICTDEFILE_H +#endif // KUICKFILE_H