summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 12:51:30 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 12:51:30 -0500
commitbf9a43f64adff80ddd81d7124d884316b946024c (patch)
treee5464bd47ad8119ea83652f89d071eede240007b /lib
parentc83179688cf0aa148610cfc4e32ae6d83d8904b8 (diff)
downloadtdevelop-bf9a43f64adff80ddd81d7124d884316b946024c.tar.gz
tdevelop-bf9a43f64adff80ddd81d7124d884316b946024c.zip
Bring undo, redo, find, and revert icons into XDG compliance
Diffstat (limited to 'lib')
-rw-r--r--lib/widgets/propeditor/propertyeditor.cpp2
1 files changed, 1 insertions, 1 deletions
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