From c128ab57b3b5f3a57427a78cef7d5d4236cc9822 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 12:48:00 -0500 Subject: Bring undo, redo, find, and revert icons into XDG compliance --- lib/koproperty/editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/koproperty/editor.cpp') 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())); -- cgit v1.2.1