diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 12:48:00 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 12:48:00 -0500 |
commit | c128ab57b3b5f3a57427a78cef7d5d4236cc9822 (patch) | |
tree | f5167e120fa19b9099e0ac03f5b20ba0824c3f20 /lib/koproperty/editor.cpp | |
parent | db0695cca6df7ea4ba4d43405f57148f1e8db9e7 (diff) | |
download | koffice-c128ab57b3b5f3a57427a78cef7d5d4236cc9822.tar.gz koffice-c128ab57b3b5f3a57427a78cef7d5d4236cc9822.zip |
Bring undo, redo, find, and revert icons into XDG compliance
Diffstat (limited to 'lib/koproperty/editor.cpp')
-rw-r--r-- | lib/koproperty/editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/koproperty/editor.cpp b/lib/koproperty/editor.cpp index 6ba0e295..d4c61ec2 100644 --- a/lib/koproperty/editor.cpp +++ b/lib/koproperty/editor.cpp @@ -138,7 +138,7 @@ Editor::Editor(TQWidget *parent, bool autoSync, const char *name) d->undoButton->setFocusPolicy(TQ_NoFocus); setFocusPolicy(TQ_ClickFocus); d->undoButton->setMinimumSize(TQSize(5,5)); // allow to resize undoButton even below pixmap size - d->undoButton->setPixmap(SmallIcon("undo")); + d->undoButton->setPixmap(SmallIcon("edit-undo")); TQToolTip::add(d->undoButton, i18n("Undo changes")); d->undoButton->hide(); connect(d->undoButton, TQT_SIGNAL(clicked()), this, TQT_SLOT(undo())); |