|
|
|
@ -75,7 +75,7 @@ Amarok::icon( const TQString& name ) //declared in amarok.h
|
|
|
|
|
iconMap["random_album"] = "cd";
|
|
|
|
|
iconMap["random_no"] = "forward";
|
|
|
|
|
iconMap["random_track"] = "random";
|
|
|
|
|
iconMap["redo"] = "redo";
|
|
|
|
|
iconMap["redo"] = "edit-redo";
|
|
|
|
|
iconMap["refresh"] = "reload";
|
|
|
|
|
iconMap["remove"] = "editdelete";
|
|
|
|
|
iconMap["remove_from_playlist"] = "remove";
|
|
|
|
@ -87,7 +87,7 @@ Amarok::icon( const TQString& name ) //declared in amarok.h
|
|
|
|
|
iconMap["rewind"] = "2leftarrow";
|
|
|
|
|
iconMap["save"] = "filesave";
|
|
|
|
|
iconMap["scripts"] = "pencil";
|
|
|
|
|
iconMap["search"] = "find";
|
|
|
|
|
iconMap["search"] = "edit-find";
|
|
|
|
|
iconMap["settings_engine"] = "amarok";
|
|
|
|
|
iconMap["settings_general"] = "misc";
|
|
|
|
|
iconMap["settings_indicator"] = "tv";
|
|
|
|
@ -97,9 +97,9 @@ Amarok::icon( const TQString& name ) //declared in amarok.h
|
|
|
|
|
iconMap["podcast"] = "podcast";
|
|
|
|
|
iconMap["podcast2"] = "podcast_new";
|
|
|
|
|
iconMap["track"] = "sound";
|
|
|
|
|
iconMap["undo"] = "undo";
|
|
|
|
|
iconMap["undo"] = "edit-undo";
|
|
|
|
|
iconMap["visualizations"] = "visualizations";
|
|
|
|
|
iconMap["zoom"] = "find";
|
|
|
|
|
iconMap["zoom"] = "edit-find";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
static TQMap<TQString, TQString> amarokMap;
|
|
|
|
|