summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins/torrent
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-29 23:32:23 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-29 23:32:23 -0600
commitb0cf06e10426777a6509060e34d36874a7900da4 (patch)
tree84e10718f5febfe7fe1bf3519025f2508adb094d /tdefile-plugins/torrent
parent2175556075a8202321ab0cc59bc89a62cf502b81 (diff)
downloadtdenetwork-b0cf06e10426777a6509060e34d36874a7900da4.tar.gz
tdenetwork-b0cf06e10426777a6509060e34d36874a7900da4.zip
Rename a few build variables for overall consistency
Diffstat (limited to 'tdefile-plugins/torrent')
-rw-r--r--tdefile-plugins/torrent/tdefile_torrent.h6
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: