removed old unused icons

This commit is contained in:
defnax 2020-02-22 01:26:20 +01:00
parent d402257090
commit 87f64a1e2b
179 changed files with 148 additions and 175 deletions

View file

@ -67,7 +67,7 @@
#define IMAGE_OPENFOLDER ":/images/folderopen.png"
#define IMAGE_OPENFILE ":/images/fileopen.png"
#define IMAGE_LIBRARY ":/images/library.png"
#define IMAGE_CHANNEL ":/images/channels32.png"
#define IMAGE_CHANNEL ":/icons/png/channels.png"
#define IMAGE_FORUMS ":/icons/png/forums.png"
#define IMAGE_COLLCREATE ":/images/library_add.png"
#define IMAGE_COLLMODIF ":/images/library_edit.png"

View file

@ -32,7 +32,7 @@
#include <QItemSelectionModel>
#include <QSortFilterProxyModel>
#define IMAGE_TRANSFERS ":/icons/ktorrent_128.png"
#define IMAGE_TRANSFERS ":/icons/png/fileshare.png"
class QShortcut;
class DLListDelegate;