pAGotoTray=newTDEAction(i18n("Go to tray"),"background",CTRL+TQt::Key_T,TQT_TQOBJECT(this),TQT_SLOT(slotGotoTray()),actionCollection(),"SQ goto tray");
pAOpenAndSet=newTDEAction(i18n("Open file and change directory"),"fileopen",CTRL+ALT+TQt::Key_O,TQT_TQOBJECT(this),TQT_SLOT(slotOpenFileAndSet()),actionCollection(),"SQ open and set");
pAOpen=newTDEAction(i18n("Open file"),"fileopen",CTRL+TQt::Key_O,TQT_TQOBJECT(this),TQT_SLOT(slotOpenFile()),actionCollection(),"SQ open file");
pAOpenAndSet=newTDEAction(i18n("Open file and change directory"),"document-open",CTRL+ALT+TQt::Key_O,TQT_TQOBJECT(this),TQT_SLOT(slotOpenFileAndSet()),actionCollection(),"SQ open and set");
pAOpen=newTDEAction(i18n("Open file"),"document-open",CTRL+TQt::Key_O,TQT_TQOBJECT(this),TQT_SLOT(slotOpenFile()),actionCollection(),"SQ open file");