Rename the string kde toolbar widget

pull/1/head
Timothy Pearson 10 years ago
parent 50818289b6
commit 42069cbc29

@ -212,7 +212,7 @@ int DictLabelAction::plug( TQWidget *widget, int index )
int id = TDEAction::getToolButtonID();
TQLabel *label = new TQLabel( text(), widget, "kde toolbar widget" );
TQLabel *label = new TQLabel( text(), widget, "tde toolbar widget" );
label->setMinimumWidth(label->sizeHint().width());
label->setBackgroundMode( TQt::PaletteButton );
label->setAlignment(AlignCenter | AlignVCenter);

@ -407,7 +407,7 @@ void KopeteChatWindow::initActions(void)
animIcon.pause();
// we can't set the tool bar as parent, if we do, it will be deleted when we configure toolbars
anim = new TQLabel( TQString(), 0L ,"kde toolbar widget" );
anim = new TQLabel( TQString(), 0L ,"tde toolbar widget" );
anim->setMargin(5);
anim->setPixmap( normalIcon );

@ -242,7 +242,7 @@ void KopeteEmailWindow::initActions(void)
d->animIcon = TDEGlobal::iconLoader()->loadMovie( TQString::fromLatin1( "newmessage" ), TDEIcon::Toolbar);
d->animIcon.pause();
d->anim = new TQLabel( this, "kde toolbar widget" );
d->anim = new TQLabel( this, "tde toolbar widget" );
d->anim->setMargin( 5 );
d->anim->setPixmap( d->normalIcon );
new KWidgetAction( d->anim, i18n("Toolbar Animation"), 0, 0, 0, coll, "toolbar_animation" );

@ -297,7 +297,7 @@ void KopeteWindow::initActions()
actionShowEmptyGroups->setCheckedState(i18n("Hide Empty &Groups"));
// quick search bar
TQLabel *searchLabel = new TQLabel( i18n("Se&arch:"), 0, "kde toolbar widget" );
TQLabel *searchLabel = new TQLabel( i18n("Se&arch:"), 0, "tde toolbar widget" );
TQWidget *searchBar = new Kopete::UI::ListView::SearchLine( 0, contactlist, "quicksearch_bar" );
searchLabel->setBuddy( searchBar );
KWidgetAction *quickSearch = new KWidgetAction( searchBar, i18n( "Quick Search Bar" ), 0, 0, 0, actionCollection(), "quicksearch_bar" );

@ -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()) )
{

Loading…
Cancel
Save