diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:23:31 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-20 05:10:19 +0200 |
commit | 057df7da652d6435173fa99255bbb7bb82848211 (patch) | |
tree | c8986cc4a6106f588a7701ce4c6be61fa5bff998 /cervisia/misc.cpp | |
parent | 611a40e79abddb288f87ac74632a34e4f9566726 (diff) | |
download | tdesdk-057df7da652d6435173fa99255bbb7bb82848211.tar.gz tdesdk-057df7da652d6435173fa99255bbb7bb82848211.zip |
Rename obsolete tq methods to standard names
(cherry picked from commit 36b1e019b76f39cca8fc81f6d4df544f1c94c179)
Diffstat (limited to 'cervisia/misc.cpp')
-rw-r--r-- | cervisia/misc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cervisia/misc.cpp b/cervisia/misc.cpp index fa3936ff..7a13b15c 100644 --- a/cervisia/misc.cpp +++ b/cervisia/misc.cpp @@ -60,7 +60,7 @@ static int FindWhiteSpace(const TQString& str, int index) if( index < 0 || index >= length ) return -1; - const TQChar* const startPos = str.tqunicode(); + const TQChar* const startPos = str.unicode(); const TQChar* const endPos = startPos + length; const TQChar* pos = startPos + index; |