SVN commit 935540 by hein: These were commented out in the KDE 3 version, and the slot doesn't exist in the KDE 4 port either. SVN_SILENT M +2 -2 channel.cpp --- branches/work/konvi-kde4/src/irc/channel.cpp #935539:935540 @@ -325,8 +325,8 @@ updateAppearance(); //FIXME JOHNFLUX - connect( Konversation::Addressbook::self()->getAddressBook(), SIGNAL( addressBookChanged( AddressBook * ) ), this, SLOT( slotLoadAddressees() ) ); - connect( Konversation::Addressbook::self(), SIGNAL(addresseesChanged()), this, SLOT(slotLoadAddressees())); + // connect( Konversation::Addressbook::self()->getAddressBook(), SIGNAL( addressBookChanged( AddressBook * ) ), this, SLOT( slotLoadAddressees() ) ); + // connect( Konversation::Addressbook::self(), SIGNAL(addresseesChanged()), this, SLOT(slotLoadAddressees())); } //FIXME there is some logic in setLogfileName that needs to be split out and called here if the server display name gets changed