summaryrefslogtreecommitdiffstats
path: root/src/optionssimple.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2014-10-13 15:43:51 -0500
committerTimothy Pearson <[email protected]>2014-10-13 15:43:51 -0500
commit804fd5439e359f1b57d8b321b6caff9d2651fb17 (patch)
tree00777a9fb9be5a214644062f86e95925c83ae9f6 /src/optionssimple.cpp
parent78767673c45a197968d62ba5745baf7bb5558b9c (diff)
downloadsoundkonverter-804fd5439e359f1b57d8b321b6caff9d2651fb17.tar.gz
soundkonverter-804fd5439e359f1b57d8b321b6caff9d2651fb17.zip
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
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 );