diff options
author | Slávek Banko <[email protected]> | 2013-03-09 15:42:03 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-03-09 15:42:03 +0100 |
commit | 3a9b47705a14311a9f34265e33d80e349c265df9 (patch) | |
tree | c1e0e4847a945510d0996b292ad1ff074d77d456 | |
parent | 8e34e6377be0929f3619e2ee19266cece4270925 (diff) | |
download | kuickshow-3a9b47705a14311a9f34265e33d80e349c265df9.tar.gz kuickshow-3a9b47705a14311a9f34265e33d80e349c265df9.zip |
Fix unintended rename of KUICKFILE
-rw-r--r-- | kuickshow/src/kuickfile.h | 6 |
1 files 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 <tqobject.h> #include <tqstring.h> @@ -97,4 +97,4 @@ private: bool operator==( const KuickFile& first, const KuickFile& second ); -#endif // KUICTDEFILE_H +#endif // KUICKFILE_H |