|
|
|
@ -141,7 +141,7 @@ void MainWindow::buildActions()
|
|
|
|
|
// "Search:" label
|
|
|
|
|
TQLabel *searchLabel = new TQLabel( this, "SearchLabel");
|
|
|
|
|
searchLabel->setText( i18n("&Search:") );
|
|
|
|
|
searchLabel->setFont(KGlobalSettings::toolBarFont());
|
|
|
|
|
searchLabel->setFont(TDEGlobalSettings::toolBarFont());
|
|
|
|
|
searchLabel->setMargin(2);
|
|
|
|
|
searchText = new KWidgetAction( searchLabel, i18n("&Search:"), Key_F6, 0, 0, actionCollection(), "searchText" );
|
|
|
|
|
searchLabel->setBuddy( search );
|
|
|
|
|