KStdAction::openNew(TQT_TQOBJECT(m_viewManager),TQT_SLOT(slotDocumentNew()),actionCollection(),"file_new")->setWhatsThis(i18n("Create a new document"));
KStdAction::open(TQT_TQOBJECT(m_viewManager),TQT_SLOT(slotDocumentOpen()),actionCollection(),"file_open")->setWhatsThis(i18n("Open an existing document for editing"));
a->setWhatsThis(i18n("Save all open, modified documents to disk."));
KStdAction::close(TQT_TQOBJECT(m_viewManager),TQT_SLOT(slotDocumentClose()),actionCollection(),"file_close")->setWhatsThis(i18n("Close the current document."));
a->setWhatsThis(i18n("Close all open documents."));
KStdAction::mail(TQT_TQOBJECT(this),TQT_SLOT(slotMail()),actionCollection())->setWhatsThis(i18n("Send one or more of the open documents as email attachments."));
KStdAction::quit(TQT_TQOBJECT(this),TQT_SLOT(slotFileQuit()),actionCollection(),"file_quit")->setWhatsThis(i18n("Close this window"));
documentOpenWith->setWhatsThis(i18n("Open the current document using another application registered for its file type, or an application of your choice."));
settingsConfigure->setWhatsThis(i18n("Configure various aspects of this application and the editing component."));
// pipe to terminal action
if(KateApp::self()->authorize("shell_access"))
newKAction(i18n("&Pipe to Console"),"pipe",0,TQT_TQOBJECT(console),TQT_SLOT(slotPipeToConsole()),actionCollection(),"tools_pipe_to_terminal");
newTDEAction(i18n("&Pipe to Console"),"pipe",0,TQT_TQOBJECT(console),TQT_SLOT(slotPipeToConsole()),actionCollection(),"tools_pipe_to_terminal");
// tip of the day :-)
KStdAction::tipOfDay(TQT_TQOBJECT(this),TQT_SLOT(tipOfTheDay()),actionCollection())->setWhatsThis(i18n("This shows useful tips on the use of this application."));