summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--krename/confdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krename/confdialog.cpp b/krename/confdialog.cpp
index 6264786..25a235a 100644
--- a/krename/confdialog.cpp
+++ b/krename/confdialog.cpp
@@ -47,7 +47,7 @@ ConfDialog::~ConfDialog()
void ConfDialog::setupTab1()
{
const TQString caption = i18n("Look and Feel");
- TQFrame* box = addPage( caption, caption, BarIcon("looknfeel") );
+ TQFrame* box = addPage( caption, caption, BarIcon("preferences-desktop") );
TQVBoxLayout* layout = new TQVBoxLayout( box );
TQSpacerItem* spacer = new TQSpacerItem( 20, 20, TQSizePolicy::Minimum, TQSizePolicy::Expanding );