@ -143,7 +143,7 @@ void setupStdTags(KileInfo *ki, KMainWindow *parent)
( void ) new KileAction : : Tag ( i18n ( " Underline - \\ underline{} " ) , " text_under " , 0 , TQT_TQOBJECT ( parent ) , TQT_SLOT ( insertTag ( const KileAction : : TagData & ) ) , parent - > actionCollection ( ) , " tag_underline " , " \\ underline{ " , " } " , 11 ) ;
TQString icon = ( locate ( " icon " , " default. k de/22x22/actions/key_enter.png" ) . isEmpty ( ) ) ? " newline " : " key_enter " ;
TQString icon = ( locate ( " icon " , " default. t de/22x22/actions/key_enter.png" ) . isEmpty ( ) ) ? " newline " : " key_enter " ;
( void ) new KAction ( i18n ( " Smart New Line " ) , icon , TQt : : SHIFT + TQt : : Key_Return , ki - > editorExtension ( ) , TQT_SLOT ( insertIntelligentNewline ( ) ) , parent - > actionCollection ( ) , " tag_newline " ) ;
( void ) new KAction ( i18n ( " Smart Tabulator " ) , TQt : : ALT + TQt : : Key_Ampersand , ki - > editorExtension ( ) , TQT_SLOT ( insertIntelligentTabulator ( ) ) , parent - > actionCollection ( ) , " tag_tabulator " ) ;