summaryrefslogtreecommitdiff
path: root/src/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/text.h')
-rw-r--r--src/text.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/text.h b/src/text.h
index 0c6f072a..a7eae152 100644
--- a/src/text.h
+++ b/src/text.h
@@ -19,8 +19,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _TMW_TEXT_H
-#define _TMW_TEXT_H
+#ifndef TEXT_H
+#define TEXT_H
#include "graphics.h"
@@ -92,4 +92,4 @@ class FlashText : public Text
int mTime; /**< Time left for flashing. */
};
-#endif // _TMW_TEXT_H
+#endif // TEXT_H