summaryrefslogtreecommitdiff
path: root/src/itemshortcut.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-02-18 20:14:23 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-02-18 20:16:53 +0100
commit7e43b82e3b7cda034fab34c15ecfaa97c1a99146 (patch)
tree71e24c3ef685d95b8fdf6c548a46b8516915d339 /src/itemshortcut.cpp
parent9568a305878d0c035e027c1ed6c9a24147a0adea (diff)
downloadMana-7e43b82e3b7cda034fab34c15ecfaa97c1a99146.tar.gz
Mana-7e43b82e3b7cda034fab34c15ecfaa97c1a99146.tar.bz2
Mana-7e43b82e3b7cda034fab34c15ecfaa97c1a99146.tar.xz
Mana-7e43b82e3b7cda034fab34c15ecfaa97c1a99146.zip
Introduced a toLower method and grouped string utils
The string utility methods are now grouped together in the stringutils.h header. Also, a toLower method was added for convenience.
Diffstat (limited to 'src/itemshortcut.cpp')
-rw-r--r--src/itemshortcut.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/itemshortcut.cpp b/src/itemshortcut.cpp
index 3404b0e3..b1dfb618 100644
--- a/src/itemshortcut.cpp
+++ b/src/itemshortcut.cpp
@@ -25,7 +25,7 @@
#include "itemshortcut.h"
#include "localplayer.h"
-#include "utils/tostring.h"
+#include "utils/stringutils.h"
ItemShortcut::ItemShortcut *itemShortcut;