diff options
Diffstat (limited to 'kopete/protocols/meanwhile/meanwhileprotocol.h')
-rw-r--r-- | kopete/protocols/meanwhile/meanwhileprotocol.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/meanwhile/meanwhileprotocol.h b/kopete/protocols/meanwhile/meanwhileprotocol.h index dab52878..9b550c9e 100644 --- a/kopete/protocols/meanwhile/meanwhileprotocol.h +++ b/kopete/protocols/meanwhile/meanwhileprotocol.h @@ -58,9 +58,9 @@ public: const TQMap<TQString,TQString> &serializedData, const TQMap<TQString, TQString> &addressBookData); - const Kopete::OnlineStatus accountOfflinetqStatus(); + const Kopete::OnlineStatus accountOfflineStatus(); - const Kopete::OnlineStatus lookuptqStatus( + const Kopete::OnlineStatus lookupStatus( enum Kopete::OnlineStatusManager::Categories cats); const Kopete::OnlineStatus statusOffline; |