From 804fd5439e359f1b57d8b321b6caff9d2651fb17 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 15:43:51 -0500 Subject: Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance --- src/optionssimple.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/optionssimple.cpp') 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 ); -- cgit v1.2.1