Rename the string kde toolbar widget

pull/2/head
Timothy Pearson 10 years ago
parent e0ac007caa
commit d5d78f73c4

@ -216,7 +216,7 @@ KEBApp::KEBApp(
"Resets the quick search so that all bookmarks are shown again." ) );
resetQuickSearch->plug( quicksearch );
TQLabel *lbl = new TQLabel(i18n("Se&arch:"), quicksearch, "kde toolbar widget");
TQLabel *lbl = new TQLabel(i18n("Se&arch:"), quicksearch, "tde toolbar widget");
TDEListViewSearchLine *searchLineEdit = new KEBSearchLine(quicksearch, 0, "TDEListViewSearchLine");
quicksearch->setStretchableWidget(searchLineEdit);

@ -221,7 +221,7 @@ TQString KonqMisc::konqFilteredURL( TQWidget* parent, const TQString& _url, cons
}
KonqDraggableLabel::KonqDraggableLabel( KonqMainWindow* mw, const TQString& text )
: TQLabel( text, 0L, "kde toolbar widget" ) // Use this name for it to be styled!
: TQLabel( text, 0L, "tde toolbar widget" ) // Use this name for it to be styled!
, m_mw(mw)
{
setBackgroundMode( TQt::PaletteButton );

Loading…
Cancel
Save