From 8a143ab9f846e910c583ea8e770cd05495e0c58d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 21 Dec 2011 14:23:09 -0600 Subject: Rename obsolete tq methods to standard names --- ksirc/chanparser.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ksirc/chanparser.cpp') diff --git a/ksirc/chanparser.cpp b/ksirc/chanparser.cpp index 6392721f..32f2d670 100644 --- a/ksirc/chanparser.cpp +++ b/ksirc/chanparser.cpp @@ -417,7 +417,7 @@ parseResult * ChannelParser::parseINFONicks(TQString in_string) uint i; for(i = 0; i < nick.length();i++){ - switch(nick[0].tqunicode()){ + switch(nick[0].unicode()){ case '@': irc->setOp(TRUE); nick.remove(0,1); @@ -801,7 +801,7 @@ parseResult * ChannelParser::parseINFOMode(TQString string) pmList.setAutoDelete(true); for(uint pos = 0; pos < modes.length(); pos++){ - switch(modes.at(pos).tqunicode()){ + switch(modes.at(pos).unicode()){ case '+': op = true; break; @@ -858,7 +858,7 @@ parseResult * ChannelParser::parseINFOMode(TQString string) /* * Look at the second character, it's uniq, check for +,- latter */ - if(mi->mode().tqunicode() == 'o'){ + if(mi->mode().unicode() == 'o'){ mode_o_plus = mi->op(); mode_o_minus = !mi->op(); -- cgit v1.2.3