summaryrefslogtreecommitdiff
path: root/src/gui/widgets/whispertab.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-05-03 12:53:40 +0200
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-05-03 12:55:22 +0200
commit19bf50bbff325024c2ed9ad724aeb6acb39bae39 (patch)
tree811b25f52c49c501e58604757e5c72d442210377 /src/gui/widgets/whispertab.cpp
parenta8ebdf2555ac6b89afa2e0e575ba01c349ef3fe2 (diff)
downloadmana-client-19bf50bbff325024c2ed9ad724aeb6acb39bae39.tar.gz
mana-client-19bf50bbff325024c2ed9ad724aeb6acb39bae39.tar.bz2
mana-client-19bf50bbff325024c2ed9ad724aeb6acb39bae39.tar.xz
mana-client-19bf50bbff325024c2ed9ad724aeb6acb39bae39.zip
Moved strprintf into stringutils.{h,cpp}
Diffstat (limited to 'src/gui/widgets/whispertab.cpp')
-rw-r--r--src/gui/widgets/whispertab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/whispertab.cpp b/src/gui/widgets/whispertab.cpp
index 5e005709..17ee3fc4 100644
--- a/src/gui/widgets/whispertab.cpp
+++ b/src/gui/widgets/whispertab.cpp
@@ -29,7 +29,7 @@
#include "net/net.h"
#include "utils/gettext.h"
-#include "utils/strprintf.h"
+#include "utils/stringutils.h"
WhisperTab::WhisperTab(const std::string &nick) :
ChatTab(nick),