|
|
@ -41,7 +41,7 @@ Lyrics::Lyrics() : TDEMainWindow(), Plugin(), active(false)
|
|
|
|
back_act->setEnabled(false);
|
|
|
|
back_act->setEnabled(false);
|
|
|
|
forward_act = KStdAction::forward(TQT_TQOBJECT(this), TQT_SLOT(forward()), actionCollection());
|
|
|
|
forward_act = KStdAction::forward(TQT_TQOBJECT(this), TQT_SLOT(forward()), actionCollection());
|
|
|
|
forward_act->setEnabled(false);
|
|
|
|
forward_act->setEnabled(false);
|
|
|
|
new KWidgetAction( new TQLabel(i18n("Search provider:"), this, "kde toolbar widget"), i18n("Search Provider"), 0, 0, 0, actionCollection(), "search_label");
|
|
|
|
new KWidgetAction( new TQLabel(i18n("Search provider:"), this, "tde toolbar widget"), i18n("Search Provider"), 0, 0, 0, actionCollection(), "search_label");
|
|
|
|
site_act = new TDESelectAction(i18n("&Search Provider"), 0, TQT_TQOBJECT(this), TQT_SLOT(viewLyrics()), actionCollection(), "search_provider");
|
|
|
|
site_act = new TDESelectAction(i18n("&Search Provider"), 0, TQT_TQOBJECT(this), TQT_SLOT(viewLyrics()), actionCollection(), "search_provider");
|
|
|
|
|
|
|
|
|
|
|
|
/* Add entry to menu */
|
|
|
|
/* Add entry to menu */
|
|
|
|