diff options
author | Timothy Pearson <[email protected]> | 2014-10-13 15:43:51 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-13 15:43:51 -0500 |
commit | 804fd5439e359f1b57d8b321b6caff9d2651fb17 (patch) | |
tree | 00777a9fb9be5a214644062f86e95925c83ae9f6 /src/optionsdetailed.cpp | |
parent | 78767673c45a197968d62ba5745baf7bb5558b9c (diff) | |
download | soundkonverter-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/optionsdetailed.cpp')
-rwxr-xr-x | src/optionsdetailed.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/optionsdetailed.cpp b/src/optionsdetailed.cpp index 2d526e8..b050b49 100755 --- a/src/optionsdetailed.cpp +++ b/src/optionsdetailed.cpp @@ -188,7 +188,7 @@ OptionsDetailed::OptionsDetailed( Config* _config, TQWidget *parent, const char ); normalBottomBox->addSpacing( 18 ); - pProfileSave = new TDEToolBarButton( "filesave", 1003, normalOptions, "pProfileSave" ); + pProfileSave = new TDEToolBarButton( "document-save", 1003, normalOptions, "pProfileSave" ); TQToolTip::add( pProfileSave, i18n("Save current options as a profile") ); normalBottomBox->addWidget( pProfileSave, 0, TQt::AlignVCenter ); connect( pProfileSave, TQT_SIGNAL(clicked()), |