summaryrefslogtreecommitdiffstats
path: root/src/optionssimple.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/optionssimple.cpp')
-rwxr-xr-xsrc/optionssimple.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/optionssimple.cpp b/src/optionssimple.cpp
index 7824c3b..c5dbefe 100755
--- a/src/optionssimple.cpp
+++ b/src/optionssimple.cpp
@@ -58,8 +58,8 @@ OptionsSimple::OptionsSimple( Config* _config, OptionsDetailed* _optionsDetailed
this, TQT_SLOT(somethingChanged())
);
topBox->addSpacing( 3 );
- //pProfileRemove = new TDEToolBarButton( "editdelete", 1002, this, "pProfileRemove" );
- pProfileRemove = new KPushButton( iconLoader->loadIcon("editdelete",TDEIcon::Small), i18n("Remove"), this, "pProfileRemove" );
+ //pProfileRemove = new TDEToolBarButton( "edit-delete", 1002, this, "pProfileRemove" );
+ pProfileRemove = new KPushButton( iconLoader->loadIcon("edit-delete",TDEIcon::Small), i18n("Remove"), this, "pProfileRemove" );
pProfileRemove->hide();
TQToolTip::add( pProfileRemove, i18n("Remove the selected profile") );
topBox->addWidget( pProfileRemove, 0, TQt::AlignVCenter );