summaryrefslogtreecommitdiffstats
path: root/tdeui/kcombobox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/kcombobox.cpp')
-rw-r--r--tdeui/kcombobox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/kcombobox.cpp b/tdeui/kcombobox.cpp
index d6d3d0f46..3b2b770ee 100644
--- a/tdeui/kcombobox.cpp
+++ b/tdeui/kcombobox.cpp
@@ -729,7 +729,7 @@ void KHistoryComboEditor::virtual_hook( int id, void* data )
KHistoryComboEditor::KHistoryComboEditor( const TQStringList& entries, TQWidget *parent )
: KDialogBase( parent, "khistorycomboeditor", true, i18n( "History Editor" ),
KDialogBase::Close | KDialogBase::User1, KDialogBase::User1, true,
- KGuiItem( i18n( "&Delete Entry" ), "editdelete") ), d(0)
+ KGuiItem( i18n( "&Delete Entry" ), "edit-delete") ), d(0)
{
TQVBox* box = new TQVBox( this );
box->setSpacing( KDialog::spacingHint() );