diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:32:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:32:23 -0600 |
commit | b0cf06e10426777a6509060e34d36874a7900da4 (patch) | |
tree | 84e10718f5febfe7fe1bf3519025f2508adb094d /tdefile-plugins | |
parent | 2175556075a8202321ab0cc59bc89a62cf502b81 (diff) | |
download | tdenetwork-b0cf06e10426777a6509060e34d36874a7900da4.tar.gz tdenetwork-b0cf06e10426777a6509060e34d36874a7900da4.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'tdefile-plugins')
-rw-r--r-- | tdefile-plugins/torrent/tdefile_torrent.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdefile-plugins/torrent/tdefile_torrent.h b/tdefile-plugins/torrent/tdefile_torrent.h index c954a814..da41177b 100644 --- a/tdefile-plugins/torrent/tdefile_torrent.h +++ b/tdefile-plugins/torrent/tdefile_torrent.h @@ -16,8 +16,8 @@ * If not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _KFILE_TORRENT_H -#define _KFILE_TORRENT_H +#ifndef _TDEFILE_TORRENT_H +#define _TDEFILE_TORRENT_H #include <tdefilemetainfo.h> @@ -80,6 +80,6 @@ class KTorrentPlugin : public KFilePlugin BDict *m_dict; }; -#endif /* _KFILE_TORRENT_H */ +#endif /* _TDEFILE_TORRENT_H */ // vim: set et ts=4 sw=4: |