|
|
|
@ -61,7 +61,7 @@ YahooChatSession::YahooChatSession( Kopete::Protocol *protocol, const Kopete::Co
|
|
|
|
|
|
|
|
|
|
YahooContact *c = static_cast<YahooContact*>( others.first() );
|
|
|
|
|
connect( c, TQT_SIGNAL( displayPictureChanged() ), this, TQT_SLOT( slotDisplayPictureChanged() ) );
|
|
|
|
|
m_image = new TQLabel( 0L, "kde toolbar widget" );
|
|
|
|
|
m_image = new TQLabel( 0L, "tde toolbar widget" );
|
|
|
|
|
new KWidgetAction( m_image, i18n( "Yahoo Display Picture" ), 0, this, TQT_SLOT( slotDisplayPictureChanged() ), actionCollection(), "yahooDisplayPicture" );
|
|
|
|
|
if(c->hasProperty(Kopete::Global::Properties::self()->photo().key()) )
|
|
|
|
|
{
|
|
|
|
|