diff options
Diffstat (limited to 'lib/widgets/propeditor')
| -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 | 
