editSaveSelectedArea=newTDEAction(i18n("Save E&ntries in Query As..."),TDEGlobal::iconLoader()->loadIcon("filesaveas",TDEIcon::Small),0,TQT_TQOBJECT(this),TQT_SLOT(slotSaveSelection()),actionCollection(),"edit_save_selected_area");
editSaveSelectedArea=newTDEAction(i18n("Save E&ntries in Query As..."),TDEGlobal::iconLoader()->loadIcon("document-save-as",TDEIcon::Small),0,TQT_TQOBJECT(this),TQT_SLOT(slotSaveSelection()),actionCollection(),"edit_save_selected_area");
editSaveSelectedArea->setWhatsThis(i18n("Save the entries in the query as a new vocabulary"));