From bf9a43f64adff80ddd81d7124d884316b946024c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 12:51:30 -0500 Subject: Bring undo, redo, find, and revert icons into XDG compliance --- lib/widgets/propeditor/propertyeditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/widgets/propeditor/propertyeditor.cpp b/lib/widgets/propeditor/propertyeditor.cpp index e9bd4786..780b2821 100644 --- a/lib/widgets/propeditor/propertyeditor.cpp +++ b/lib/widgets/propeditor/propertyeditor.cpp @@ -192,7 +192,7 @@ PropertyEditor::PropertyEditor(TQWidget *parent, const char *name) m_currentEditArea->hide(); m_undoButton = new TQPushButton(m_currentEditArea); #ifndef PURE_QT - m_undoButton->setPixmap(SmallIcon("undo")); + m_undoButton->setPixmap(SmallIcon("edit-undo")); #else m_undoButton->setPixmap( TQPixmap("undo.xpm") ); #endif -- cgit v1.2.1