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/soundkonverter.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/soundkonverter.cpp')
-rwxr-xr-x | src/soundkonverter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soundkonverter.cpp b/src/soundkonverter.cpp index 8a6d83b..7e87a2d 100755 --- a/src/soundkonverter.cpp +++ b/src/soundkonverter.cpp @@ -157,8 +157,8 @@ soundKonverter::soundKonverter() new TDEAction( i18n("Add &URL ..."), "browser", CTRL+Key_U, TQT_TQOBJECT(this), TQT_SLOT(showUrlDialog()), actionCollection(), "add_url" ); KStdAction::quit(TQT_TQOBJECT(this), TQT_SLOT(close()), actionCollection()); - new TDEAction( i18n("L&oad file list"), "fileopen", 0, TQT_TQOBJECT(fileList), TQT_SLOT(load()), actionCollection(), "load" ); - new TDEAction( i18n("Sa&ve file list"), "filesave", 0, TQT_TQOBJECT(fileList), TQT_SLOT(save()), actionCollection(), "save" ); + new TDEAction( i18n("L&oad file list"), "document-open", 0, TQT_TQOBJECT(fileList), TQT_SLOT(load()), actionCollection(), "load" ); + new TDEAction( i18n("Sa&ve file list"), "document-save", 0, TQT_TQOBJECT(fileList), TQT_SLOT(save()), actionCollection(), "save" ); // TODO //KStdAction::paste( TQT_TQOBJECT(this), TQT_SLOT(pasteFiles()), actionCollection() ); |