summaryrefslogtreecommitdiffstats
path: root/lib/kformula/kformuladocument.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kformula/kformuladocument.cc')
-rw-r--r--lib/kformula/kformuladocument.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kformula/kformuladocument.cc b/lib/kformula/kformuladocument.cc
index 5a84a47d..c041232f 100644
--- a/lib/kformula/kformuladocument.cc
+++ b/lib/kformula/kformuladocument.cc
@@ -616,11 +616,11 @@ void DocumentWrapper::createActions( TDEActionCollection* collection )
collection, "formula_syntaxhighlighting");
//m_syntaxHighlightingAction->setChecked( m_contextStyle->syntaxHighlighting() );
- m_formatBoldAction = new TDEToggleAction( i18n( "&Bold" ), "text_bold",
+ m_formatBoldAction = new TDEToggleAction( i18n( "&Bold" ), "format-text-bold",
0, //CTRL + Key_B,
this, TQT_SLOT( textBold() ),
collection, "formula_format_bold" );
- m_formatItalicAction = new TDEToggleAction( i18n( "&Italic" ), "text_italic",
+ m_formatItalicAction = new TDEToggleAction( i18n( "&Italic" ), "format-text-italic",
0, //CTRL + Key_I,
this, TQT_SLOT( textItalic() ),
collection, "formula_format_italic" );