diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:32:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:32:07 -0600 |
commit | fcdadb3fee5d32dbf7c650ae24108a2f8ee2966f (patch) | |
tree | 0d319a2460992905febc630fc692ea14e5c07372 /tdefile-plugins/theora/tdefile_theora.h | |
parent | 2c5204a52f6edcce8204d730cbe8c2d5bd687530 (diff) | |
download | tdemultimedia-fcdadb3fee5d32dbf7c650ae24108a2f8ee2966f.tar.gz tdemultimedia-fcdadb3fee5d32dbf7c650ae24108a2f8ee2966f.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'tdefile-plugins/theora/tdefile_theora.h')
-rw-r--r-- | tdefile-plugins/theora/tdefile_theora.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdefile-plugins/theora/tdefile_theora.h b/tdefile-plugins/theora/tdefile_theora.h index 88e465c2..a1aa0c09 100644 --- a/tdefile-plugins/theora/tdefile_theora.h +++ b/tdefile-plugins/theora/tdefile_theora.h @@ -18,8 +18,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef __KFILE_THEORA_H__ -#define __KFILE_THEORA_H__ +#ifndef __TDEFILE_THEORA_H__ +#define __TDEFILE_THEORA_H__ /** * Note: For further information look into <$TDEDIR/include/tdefilemetainfo.h> @@ -39,5 +39,5 @@ public: virtual bool readInfo( KFileMetaInfo& info, uint what); }; -#endif // __KFILE_THEORA_H__ +#endif // __TDEFILE_THEORA_H__ |