summaryrefslogtreecommitdiffstats
path: root/kdecore/ksycocadict.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdecore/ksycocadict.cpp')
-rw-r--r--kdecore/ksycocadict.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/ksycocadict.cpp b/kdecore/ksycocadict.cpp
index e58b81e5f..d1deb609b 100644
--- a/kdecore/ksycocadict.cpp
+++ b/kdecore/ksycocadict.cpp
@@ -29,7 +29,7 @@ namespace
{
struct string_entry {
string_entry(TQString _key, KSycocaEntry *_payload)
- { keyStr = _key; key = keyStr.tqunicode(); length = keyStr.length(); payload = _payload; hash = 0; }
+ { keyStr = _key; key = keyStr.unicode(); length = keyStr.length(); payload = _payload; hash = 0; }
uint hash;
int length;
const TQChar *key;