summaryrefslogtreecommitdiffstats
path: root/src/filelist.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2014-10-12 17:49:21 -0500
committerTimothy Pearson <[email protected]>2014-10-12 17:49:21 -0500
commit26f9facd3ec6a893afb733a13ced882c0efa0fe3 (patch)
treec660df549e19c7b2bc866a4b2c604a5388d717b1 /src/filelist.cpp
parenta6a941a77f38e5dcaa174a7bb302d143e38b439b (diff)
downloadsoundkonverter-26f9facd3ec6a893afb733a13ced882c0efa0fe3.tar.gz
soundkonverter-26f9facd3ec6a893afb733a13ced882c0efa0fe3.zip
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'src/filelist.cpp')
-rwxr-xr-xsrc/filelist.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/filelist.cpp b/src/filelist.cpp
index 0f327ab..abbce8d 100755
--- a/src/filelist.cpp
+++ b/src/filelist.cpp
@@ -168,8 +168,8 @@ FileList::FileList( CDManager* _cdManager, TagEngine* _tagEngine, Config* _confi
actionCollection = new TDEActionCollection( this );
edit = new TDEAction( i18n("Edit options ..."), "view_text", 0, TQT_TQOBJECT(this), TQT_SLOT(showOptionsEditorDialog()), actionCollection, "edit_options" );
- start = new TDEAction( i18n("Start conversion"), "run", 0, TQT_TQOBJECT(this), TQT_SLOT(convertSelectedItems()), actionCollection, "start_conversion" );
- stop = new TDEAction( i18n("Stop conversion"), "stop", 0, TQT_TQOBJECT(this), TQT_SLOT(stopSelectedItems()), actionCollection, "stop_conversion" );
+ start = new TDEAction( i18n("Start conversion"), "system-run", 0, TQT_TQOBJECT(this), TQT_SLOT(convertSelectedItems()), actionCollection, "start_conversion" );
+ stop = new TDEAction( i18n("Stop conversion"), "process-stop", 0, TQT_TQOBJECT(this), TQT_SLOT(stopSelectedItems()), actionCollection, "stop_conversion" );
remove = new TDEAction( i18n("Remove"), "edittrash", Key_Delete, TQT_TQOBJECT(this), TQT_SLOT(removeSelectedItems()), actionCollection, "remove" );
paste = new TDEAction( i18n("Paste"), "editpaste", 0, TQT_TQOBJECT(this), 0, actionCollection, "paste" ); // TODO paste