summaryrefslogtreecommitdiff
path: root/src/gui/npc_text.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-01-25 22:00:00 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-01-25 22:00:00 +0100
commit45c59795a2fafd208bb7cdd52dc98a85f2377d2a (patch)
treef2b6813237728a9c488d58c99e4483ab31b51946 /src/gui/npc_text.h
parent65da3d5cd5c8cf40abc1e6d31b04eada615fe307 (diff)
downloadmana-client-45c59795a2fafd208bb7cdd52dc98a85f2377d2a.tar.gz
mana-client-45c59795a2fafd208bb7cdd52dc98a85f2377d2a.tar.bz2
mana-client-45c59795a2fafd208bb7cdd52dc98a85f2377d2a.tar.xz
mana-client-45c59795a2fafd208bb7cdd52dc98a85f2377d2a.zip
Removed the TMW branding from header guards
Diffstat (limited to 'src/gui/npc_text.h')
-rw-r--r--src/gui/npc_text.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/npc_text.h b/src/gui/npc_text.h
index 5bb8e8a5..c881467a 100644
--- a/src/gui/npc_text.h
+++ b/src/gui/npc_text.h
@@ -19,8 +19,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _TMW_NPC_TEXT_H
-#define _TMW_NPC_TEXT_H
+#ifndef NPC_TEXT_H
+#define NPC_TEXT_H
#include <iosfwd>
#include <guichan/actionlistener.hpp>
@@ -82,4 +82,4 @@ class NpcTextDialog : public Window, public gcn::ActionListener
BrowserBox *mBrowserBox;
};
-#endif // _TMW_NPC_TEXT_H
+#endif // NPC_TEXT_H