summaryrefslogtreecommitdiffstats
path: root/src/modules/help/index.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:06:29 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-05 20:47:54 +0200
commit43c58f1620463166675d45199b37ce2979d5215e (patch)
tree67558a5bd6213761dbde4a620e497b644ffe8c08 /src/modules/help/index.cpp
parente21c70f0573896c6503317f4684f2f421a57fd11 (diff)
downloadkvirc-43c58f1620463166675d45199b37ce2979d5215e.tar.gz
kvirc-43c58f1620463166675d45199b37ce2979d5215e.zip
Rename obsolete tq methods to standard names
(cherry picked from commit 2dd6d32bd821b303aa7b25edda76d1ef7c14b2bf)
Diffstat (limited to 'src/modules/help/index.cpp')
-rwxr-xr-xsrc/modules/help/index.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/help/index.cpp b/src/modules/help/index.cpp
index 46dc4f2..d77e6fe 100755
--- a/src/modules/help/index.cpp
+++ b/src/modules/help/index.cpp
@@ -164,7 +164,7 @@ void Index::parseDocument( const TQString &filename, int docNum )
if (text.isNull())
return;
bool valid = TRUE;
- const TQChar *buf = text.tqunicode();
+ const TQChar *buf = text.unicode();
TQChar str[64];
TQChar c = buf[0];
int j = 0;
@@ -727,7 +727,7 @@ bool Index::searchForPattern( const TQStringList &patterns, const TQStringList &
bool valid = TRUE;
- const TQChar *buf = text.tqunicode();
+ const TQChar *buf = text.unicode();
TQChar str[64];