aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/core/KviCString.cpp
diff options
context:
space:
mode:
authorGravatar IceN9ne2016-10-28 16:06:33 -0400
committerGravatar IceN9ne2016-10-28 17:24:29 -0400
commit96ca5fbe4e047d59e4bcc28d012bfe92e3a2d228 (patch)
tree228f94cd41fa95d6ff52d5fd660d542ab5f6d7f8 /src/kvilib/core/KviCString.cpp
parentupdate po{t}s and pos, specify package name and version in po{t}s (diff)
downloadKVIrc-96ca5fbe4e047d59e4bcc28d012bfe92e3a2d228.tar.gz
KVIrc-96ca5fbe4e047d59e4bcc28d012bfe92e3a2d228.tar.bz2
KVIrc-96ca5fbe4e047d59e4bcc28d012bfe92e3a2d228.zip
Cleanup included files
Diffstat (limited to 'src/kvilib/core/KviCString.cpp')
-rw-r--r--src/kvilib/core/KviCString.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/kvilib/core/KviCString.cpp b/src/kvilib/core/KviCString.cpp
index add17c034..def9ddea8 100644
--- a/src/kvilib/core/KviCString.cpp
+++ b/src/kvilib/core/KviCString.cpp
@@ -1,6 +1,6 @@
//=============================================================================
//
-// File : kvi_string.cpp
+// File : KviCString.cpp
// Creation date : Fri Mar 19 1999 03:20:45 by Szymon Stefanek
//
// This file is part of the KVIrc IRC client distribution
@@ -29,6 +29,8 @@
#include "KviCString.h"
#include "KviMemory.h"
+#include <QString>
+
static char hexdigits[16] = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f' };
kvi_wslen_t kvi_wstrlen(const kvi_wchar_t * str)