~ubuntu-branches/ubuntu/hardy/kdenetwork-kde4/hardy-backports

« back to all changes in this revision

Viewing changes to kopete/protocols/groupwise/libgroupwise/chatroommanager.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Yuriy Kozlov
  • Date: 2008-06-06 14:05:37 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20080606140537-3k1t0yaq4xvi50vz
Tags: 4:4.0.5-0ubuntu1~hardy1
* New upstream release
* Removed kubuntu_02_kopete_tabsfix.diff -- implemented by upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 
59
59
void ChatroomManager::slotGotChatroomList()
60
60
{
61
 
//      kDebug ( GROUPWISE_DEBUG_GLOBAL ) ;
 
61
//      kDebug () ;
62
62
        SearchChatTask * sct = (SearchChatTask *)sender();
63
63
        if ( sct )
64
64
        {
115
115
 
116
116
void ChatroomManager::slotGotChatProperties()
117
117
{
118
 
//      kDebug( GROUPWISE_DEBUG_GLOBAL ) ;
 
118
//      kDebug() ;
119
119
        ChatPropertiesTask * cpt = (ChatPropertiesTask *)sender();
120
120
        if ( cpt )
121
121
        {