From 42069cbc2928c7f162235113a0db08622b088503 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Aug 2014 17:24:52 -0500 Subject: Rename the string kde toolbar widget --- kopete/protocols/yahoo/yahoochatsession.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kopete/protocols/yahoo') diff --git a/kopete/protocols/yahoo/yahoochatsession.cpp b/kopete/protocols/yahoo/yahoochatsession.cpp index 38c9c04f..6f2ab25d 100644 --- a/kopete/protocols/yahoo/yahoochatsession.cpp +++ b/kopete/protocols/yahoo/yahoochatsession.cpp @@ -61,7 +61,7 @@ YahooChatSession::YahooChatSession( Kopete::Protocol *protocol, const Kopete::Co YahooContact *c = static_cast( 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()) ) { -- cgit v1.2.3