Bring undo, redo, find, and revert icons into XDG compliance

pull/1/head
Timothy Pearson 10 years ago
parent 8865050b11
commit 876eee336b

@ -845,7 +845,7 @@ PlaylistCollection::ActionHandler::ActionHandler(PlaylistCollection *collection)
menu->insert(createAction(i18n("&Empty Playlist..."), TQT_SLOT(slotCreatePlaylist()), menu->insert(createAction(i18n("&Empty Playlist..."), TQT_SLOT(slotCreatePlaylist()),
"newPlaylist", "window_new", "CTRL+n")); "newPlaylist", "window_new", "CTRL+n"));
menu->insert(createAction(i18n("&Search Playlist..."), TQT_SLOT(slotCreateSearchPlaylist()), menu->insert(createAction(i18n("&Search Playlist..."), TQT_SLOT(slotCreateSearchPlaylist()),
"newSearchPlaylist", "find", "CTRL+f")); "newSearchPlaylist", "edit-find", "CTRL+f"));
menu->insert(createAction(i18n("Playlist From &Folder..."), TQT_SLOT(slotCreateFolderPlaylist()), menu->insert(createAction(i18n("Playlist From &Folder..."), TQT_SLOT(slotCreateFolderPlaylist()),
"newDirectoryPlaylist", "fileopen", "CTRL+d")); "newDirectoryPlaylist", "fileopen", "CTRL+d"));

@ -30,7 +30,7 @@ SearchPlaylist::SearchPlaylist(PlaylistCollection *collection,
const TQString &name, const TQString &name,
bool setupPlaylist, bool setupPlaylist,
bool synchronizePlaying) : bool synchronizePlaying) :
DynamicPlaylist(search.playlists(), collection, name, "find", DynamicPlaylist(search.playlists(), collection, name, "edit-find",
setupPlaylist, synchronizePlaying), setupPlaylist, synchronizePlaying),
m_search(search) m_search(search)
{ {

@ -5,7 +5,7 @@
#include <tqcheckbox.h> #include <tqcheckbox.h>
#include <tdelocale.h> #include <tdelocale.h>
Finder::Finder(TQWidget *parent) : KDialogBase(parent, 0, false, i18n("Find"), Close | User1, User1, false, KGuiItem(i18n("&Find"),"find")) Finder::Finder(TQWidget *parent) : KDialogBase(parent, 0, false, i18n("Find"), Close | User1, User1, false, KGuiItem(i18n("&Find"),"edit-find"))
{ {
TQWidget *mainWidget = new TQWidget(this); TQWidget *mainWidget = new TQWidget(this);
mainWidget->setMinimumWidth(320); mainWidget->setMinimumWidth(320);

Loading…
Cancel
Save