diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:57 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:57 -0500 |
commit | 88d0e2289d8cf1742ff4e50485b06eda96946c9c (patch) | |
tree | 75e9762cdc050629e73b073e650026e6ad9c15b3 /juk/playlist.cpp | |
parent | 876eee336bc2b742699c8cfe6950d03a6b7be952 (diff) | |
download | tdemultimedia-88d0e2289d8cf1742ff4e50485b06eda96946c9c.tar.gz tdemultimedia-88d0e2289d8cf1742ff4e50485b06eda96946c9c.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 'juk/playlist.cpp')
-rw-r--r-- | juk/playlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/playlist.cpp b/juk/playlist.cpp index 51ccb61c..7dce3bb3 100644 --- a/juk/playlist.cpp +++ b/juk/playlist.cpp @@ -2105,7 +2105,7 @@ void Playlist::slotShowRMBMenu(TQListViewItem *item, const TQPoint &point, int c m_rmbMenu->insertSeparator(); m_rmbMenu->insertItem( - SmallIcon("folder_new"), i18n("Create Playlist From Selected Items..."), this, TQT_SLOT(slotCreateGroup())); + SmallIcon("folder-new"), i18n("Create Playlist From Selected Items..."), this, TQT_SLOT(slotCreateGroup())); K3bExporter *exporter = new K3bExporter(this); TDEAction *k3bAction = exporter->action(); |