diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 12:51:30 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 12:51:30 -0500 |
commit | bf9a43f64adff80ddd81d7124d884316b946024c (patch) | |
tree | e5464bd47ad8119ea83652f89d071eede240007b /lib/widgets | |
parent | c83179688cf0aa148610cfc4e32ae6d83d8904b8 (diff) | |
download | tdevelop-bf9a43f64adff80ddd81d7124d884316b946024c.tar.gz tdevelop-bf9a43f64adff80ddd81d7124d884316b946024c.zip |
Bring undo, redo, find, and revert icons into XDG compliance
Diffstat (limited to 'lib/widgets')
-rw-r--r-- | lib/widgets/propeditor/propertyeditor.cpp | 2 |
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 |