TQT_SLOT(insertTag(constKileAction::TagData&)),parent->actionCollection(),"tag_center","\\begin{center}\n","%E\n\\end{center}",0,1,i18n("Each line must be terminated with the string \\\\."));
(void)newKileAction::Tag(i18n("Align Left - \\begin{flushleft}"),"text_left",0,TQT_TQOBJECT(parent),TQT_SLOT(insertTag(constKileAction::TagData&)),parent->actionCollection(),"tag_flushleft","\\begin{flushleft}\n","%E\n\\end{flushleft}",0,1,i18n("Each line must be terminated with the string \\\\."));
(void)newKileAction::Tag(i18n("Align Right - \\begin{flushright}"),"text_right",0,TQT_TQOBJECT(parent),TQT_SLOT(insertTag(constKileAction::TagData&)),parent->actionCollection(),"tag_flushright","\\begin{flushright}\n","%E\n\\end{flushright}",0,1,i18n("Each line must be terminated with the string \\\\."));
(void)newKileAction::Tag(i18n("Align Left - \\begin{flushleft}"),"format-text-direction-ltr",0,TQT_TQOBJECT(parent),TQT_SLOT(insertTag(constKileAction::TagData&)),parent->actionCollection(),"tag_flushleft","\\begin{flushleft}\n","%E\n\\end{flushleft}",0,1,i18n("Each line must be terminated with the string \\\\."));
(void)newKileAction::Tag(i18n("Align Right - \\begin{flushright}"),"format-text-direction-rtl",0,TQT_TQOBJECT(parent),TQT_SLOT(insertTag(constKileAction::TagData&)),parent->actionCollection(),"tag_flushright","\\begin{flushright}\n","%E\n\\end{flushright}",0,1,i18n("Each line must be terminated with the string \\\\."));
(void)newKileAction::Tag(i18n("Quote - \\begin{quote}"),0,TQT_TQOBJECT(parent),TQT_SLOT(insertTag(constKileAction::TagData&)),parent->actionCollection(),"tag_quote","\\begin{quote}\n","%E\n\\end{quote} ",0,1,i18n("The text is justified at both margins.\nLeaving a blank line between text produces a new paragraph."));
(void)newKileAction::Tag(i18n("Quotation - \\begin{quotation}"),0,TQT_TQOBJECT(parent),TQT_SLOT(insertTag(constKileAction::TagData&)),parent->actionCollection(),"tag_quotation","\\begin{quotation}\n","%E\n\\end{quotation} ",0,1,i18n("The text is justified at both margins and there is paragraph indentation.\nLeaving a blank line between text produces a new paragraph."));
(void)newKileAction::Tag(i18n("Verse - \\begin{verse}"),0,TQT_TQOBJECT(parent),TQT_SLOT(insertTag(constKileAction::TagData&)),parent->actionCollection(),"tag_verse","\\begin{verse}\n","%E\n\\end{verse} ",0,1,i18n("The verse environment is designed for poetry.\nSeparate the lines of each stanza with \\\\, and use one or more blank lines to separate the stanzas."));
i18n("\\begin{titlepage}\ntext\n\\end{titlepage}\nThe titlepage environment creates a title page, i.e. a page with no printed page number or heading."));
(void)newTDEAction(i18n("Smart New Line"),icon,TQt::SHIFT+TQt::Key_Return,ki->editorExtension(),TQT_SLOT(insertIntelligentNewline()),parent->actionCollection(),"tag_newline");