summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/yahoo
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-08-07 17:24:52 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-08-07 17:24:52 -0500
commit42069cbc2928c7f162235113a0db08622b088503 (patch)
tree3a2be2d1eb2a01dc0697d4b423146bc7d603d92c /kopete/protocols/yahoo
parent50818289b6a22343d1718f746764c7fb80ae2b2c (diff)
downloadtdenetwork-42069cbc2928c7f162235113a0db08622b088503.tar.gz
tdenetwork-42069cbc2928c7f162235113a0db08622b088503.zip
Rename the string kde toolbar widget
Diffstat (limited to 'kopete/protocols/yahoo')
-rw-r--r--kopete/protocols/yahoo/yahoochatsession.cpp2
1 files changed, 1 insertions, 1 deletions
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<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()) )
{