summaryrefslogtreecommitdiffstats
path: root/lib/kotext
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2014-10-13 12:48:00 -0500
committerTimothy Pearson <[email protected]>2014-10-13 12:48:00 -0500
commitc128ab57b3b5f3a57427a78cef7d5d4236cc9822 (patch)
treef5167e120fa19b9099e0ac03f5b20ba0824c3f20 /lib/kotext
parentdb0695cca6df7ea4ba4d43405f57148f1e8db9e7 (diff)
downloadkoffice-c128ab57b3b5f3a57427a78cef7d5d4236cc9822.tar.gz
koffice-c128ab57b3b5f3a57427a78cef7d5d4236cc9822.zip
Bring undo, redo, find, and revert icons into XDG compliance
Diffstat (limited to 'lib/kotext')
-rw-r--r--lib/kotext/KoAutoFormatDia.cpp2
-rw-r--r--lib/kotext/KoCompletionDia.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/kotext/KoAutoFormatDia.cpp b/lib/kotext/KoAutoFormatDia.cpp
index 0c565ac1..6b48af1f 100644
--- a/lib/kotext/KoAutoFormatDia.cpp
+++ b/lib/kotext/KoAutoFormatDia.cpp
@@ -169,7 +169,7 @@ void KoAutoFormatExceptionWidget::slotExceptionListSelected()
KoAutoFormatDia::KoAutoFormatDia( TQWidget *parent, const char *name,
KoAutoFormat * autoFormat )
: KDialogBase( Tabbed, i18n("Autocorrection"), Ok | Cancel | User1, Ok,
- parent, name, true, true, KGuiItem( i18n( "&Reset" ), "undo" )),
+ parent, name, true, true, KGuiItem( i18n( "&Reset" ), "edit-undo" )),
oSimpleBegin( autoFormat->getConfigTypographicSimpleQuotes().begin ),
oSimpleEnd( autoFormat->getConfigTypographicSimpleQuotes().end ),
oDoubleBegin( autoFormat->getConfigTypographicDoubleQuotes().begin ),
diff --git a/lib/kotext/KoCompletionDia.cpp b/lib/kotext/KoCompletionDia.cpp
index c500cca4..9def0ec8 100644
--- a/lib/kotext/KoCompletionDia.cpp
+++ b/lib/kotext/KoCompletionDia.cpp
@@ -36,7 +36,7 @@
KoCompletionDia::KoCompletionDia( TQWidget *parent, const char *name, KoAutoFormat * autoFormat )
: KDialogBase( parent, name , true, i18n( "Completion" ), Ok|Cancel|User1,
- Ok, true, KGuiItem( i18n( "&Reset" ), "undo" ) )
+ Ok, true, KGuiItem( i18n( "&Reset" ), "edit-undo" ) )
{
TQVBox *page = makeVBoxMainWidget();
m_widget = new KoCompletion(page, autoFormat);