summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/part/settingsDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/part/settingsDialog.cpp b/src/part/settingsDialog.cpp
index 6fa88dc..e10707c 100644
--- a/src/part/settingsDialog.cpp
+++ b/src/part/settingsDialog.cpp
@@ -52,7 +52,7 @@ SettingsDialog::SettingsDialog( TQWidget *parent, const char *name )
connect( minFontPitch, TQT_SIGNAL ( valueChanged( int ) ), TQT_SLOT( changeMinFontPitch( int ) ) );
m_addButton->setIconSet( SmallIcon( "fileopen" ) );
- m_resetButton->setIconSet( SmallIcon( "undo" ) );
+ m_resetButton->setIconSet( SmallIcon( "edit-undo" ) );
m_closeButton->setIconSet( SmallIcon( "fileclose" ) );
}