summaryrefslogtreecommitdiffstats
path: root/krename/krenameimpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krename/krenameimpl.cpp')
-rw-r--r--krename/krenameimpl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/krename/krenameimpl.cpp b/krename/krenameimpl.cpp
index e62c81c..bf0e839 100644
--- a/krename/krenameimpl.cpp
+++ b/krename/krenameimpl.cpp
@@ -589,7 +589,7 @@ void KRenameImpl::setupFileTab1()
help.append("[$dirname];;" + i18n("insert name of directory") );
help.append("[$dirname.];;" + i18n("insert name of parent directory") );
help.append("[#length-0];;" + i18n("insert the length of the input filename") );
- helpDialogData->add( i18n("Built-in Functions:" ), &help, SmallIcon("krename"), true );
+ helpDialogData->add( i18n("Built-in Functions:" ), &help, SmallIcon("edit_rename"), true );
help.clear();
help.append( "\\$;;" + i18n("Insert '$'") );
@@ -601,7 +601,7 @@ void KRenameImpl::setupFileTab1()
help.append( "\\[;;" + i18n("Insert '['") );
help.append( "\\];;" + i18n("Insert ']'") );
help.append( "\\#;;" + i18n("Insert '#'") );
- helpDialogData->add( i18n("Special Characters:" ), &help, SmallIcon("krename") );
+ helpDialogData->add( i18n("Special Characters:" ), &help, SmallIcon("edit_rename") );
/*
//TODO: FIX this tooltip