diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:33:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:33:51 -0600 |
commit | 089118c18533dfa3e6ce5065dbebdd4db94051f1 (patch) | |
tree | ce014fb2326a80fcfafa2362b7ff88486aa17c96 /kopete/libkopete/kopeteonlinestatusmanager.h | |
parent | 83677e35509b4dafac63b76995652bdf3b49f209 (diff) | |
download | tdenetwork-089118c18533dfa3e6ce5065dbebdd4db94051f1.tar.gz tdenetwork-089118c18533dfa3e6ce5065dbebdd4db94051f1.zip |
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'kopete/libkopete/kopeteonlinestatusmanager.h')
-rw-r--r-- | kopete/libkopete/kopeteonlinestatusmanager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/libkopete/kopeteonlinestatusmanager.h b/kopete/libkopete/kopeteonlinestatusmanager.h index e286dafc..8edd8861 100644 --- a/kopete/libkopete/kopeteonlinestatusmanager.h +++ b/kopete/libkopete/kopeteonlinestatusmanager.h @@ -54,9 +54,9 @@ public: * * Idle is the status used for auto-away * - * tqStatus number are organised so that make a tree. + * Status number are organised so that make a tree. */ - //please be carrefull when modifying values of status. read comment in onlinetqStatus() + //please be carrefull when modifying values of status. read comment in onlineStatus() enum Categories { Idle=1<<8, ExtendedAway=1<<9 , Invisible=1<<10, @@ -122,7 +122,7 @@ public: * * If no status has been registered in this category, return the one in the category which is the most similair */ - OnlineStatus onlinetqStatus(Protocol *protocol, Categories category) const; + OnlineStatus onlineStatus(Protocol *protocol, Categories category) const; private: friend class OnlineStatus; |