summaryrefslogtreecommitdiffstats
path: root/PerlTQt/examples/richedit/richedit.pl
diff options
context:
space:
mode:
Diffstat (limited to 'PerlTQt/examples/richedit/richedit.pl')
-rw-r--r--PerlTQt/examples/richedit/richedit.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/PerlTQt/examples/richedit/richedit.pl b/PerlTQt/examples/richedit/richedit.pl
index d2dee84..3d459f7 100644
--- a/PerlTQt/examples/richedit/richedit.pl
+++ b/PerlTQt/examples/richedit/richedit.pl
@@ -120,12 +120,12 @@ sub NEW
fileExitAction->setMenuText(this->trUtf8("E&xit"));
fileExitAction->setAccel(TQt::KeySequence(int(0)));
editUndoAction= TQt::Action(this,"editUndoAction");
- editUndoAction->setIconSet(TQt::IconSet(uic_load_pixmap_EditorForm("undo")));
+ editUndoAction->setIconSet(TQt::IconSet(uic_load_pixmap_EditorForm("edit-undo")));
editUndoAction->setText(this->trUtf8("Undo"));
editUndoAction->setMenuText(this->trUtf8("&Undo"));
editUndoAction->setAccel(TQt::KeySequence(int(4194394)));
editRedoAction= TQt::Action(this,"editRedoAction");
- editRedoAction->setIconSet(TQt::IconSet(uic_load_pixmap_EditorForm("redo")));
+ editRedoAction->setIconSet(TQt::IconSet(uic_load_pixmap_EditorForm("edit-redo")));
editRedoAction->setText(this->trUtf8("Redo"));
editRedoAction->setMenuText(this->trUtf8("&Redo"));
editRedoAction->setAccel(TQt::KeySequence(int(4194393)));