summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins/torrent/tdefile_torrent.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdefile-plugins/torrent/tdefile_torrent.h')
-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: