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."));
<p>For example, files which are named ".directory" are plain text files which contain information for Konqueror, such as the icon to use in displaying a directory, the order in which files should be sorted, etc. You should not change or delete these files unless you know what you are doing.</p></string>
TQWhatsThis::add(stdFontChooser,i18n("This changes the font which is used for all the text in the login manager except for the greeting and failure messages."));
s_label=newTQLabel(wstack,i18n("S&elect users and groups:"),this);
optinlv=newKListView(this);
optinlv=newTDEListView(this);
optinlv->addColumn(i18n("Selected Users"));
optinlv->setResizeMode(TQListView::LastColumn);
TQWhatsThis::add(optinlv,i18n("TDM will show all checked users. Entries denoted with '@' are user groups. Checking a group is like checking all users in that group."));
TQWhatsThis::add(optoutlv,i18n("TDM will show all non-checked non-system users. Entries denoted with '@' are user groups. Checking a group is like checking all users in that group."));