diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-03-09 15:43:16 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-03-09 15:43:16 +0100 |
commit | cb33e4af8dc37604e9b9a9fa4fae86013f227a34 (patch) | |
tree | b98c181fd2fafca2ef32cb022ab3727ef2aaf535 /kuickshow | |
parent | 194cf519e45c2c80035014dad11cb7fb245accc4 (diff) | |
download | tdegraphics-cb33e4af8dc37604e9b9a9fa4fae86013f227a34.tar.gz tdegraphics-cb33e4af8dc37604e9b9a9fa4fae86013f227a34.zip |
Fix unintended rename of KUICKFILE
Diffstat (limited to 'kuickshow')
-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 1f6b7dd4..78901ca7 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 |