newTDEAction(i18n("Open in Tab"),"tab_new","Shift+Return",TQT_TQOBJECT(d->view),TQT_SLOT(slotOpenCurrentArticle()),actionCollection(),"article_open");
newTDEAction(i18n("Open in Background Tab"),TQString(),"tab_new",TQT_TQOBJECT(d->view),TQT_SLOT(slotOpenCurrentArticleBackgroundTab()),actionCollection(),"article_open_background_tab");
newTDEAction(i18n("Open in External Browser"),"window_new","Ctrl+Shift+Return",TQT_TQOBJECT(d->view),TQT_SLOT(slotOpenCurrentArticleExternal()),actionCollection(),"article_open_external");
newTDEAction(i18n("Open in External Browser"),"window-new","Ctrl+Shift+Return",TQT_TQOBJECT(d->view),TQT_SLOT(slotOpenCurrentArticleExternal()),actionCollection(),"article_open_external");
newTDEAction(i18n("Copy Link Address"),TQString(),TQString(),TQT_TQOBJECT(d->view),TQT_SLOT(slotCopyLinkAddress()),actionCollection(),"article_copy_link_address");
action->setWhatsThis(i18n("By pressing this button a dialog opens that allows you to modify the view of the addressbook. There you can add or remove fields that you want to be shown or hidden in the addressbook like the name for example."));
action->setWhatsThis(i18n("You can add a new view by choosing one from the dialog that appears after pressing the button. You have to give the view a name, so that you can distinguish between the different views."));