KIcon -> QIcon
This commit is contained in:
parent
a568beac2a
commit
e2cdec1947
3 changed files with 5 additions and 5 deletions
|
@ -59,9 +59,9 @@ namespace Danbooru {
|
|||
|
||||
m_buttonSize = qMax(sz.width(), sz.height());
|
||||
|
||||
m_downloadButton = new KPushButton(KIcon("download"),
|
||||
m_downloadButton = new KPushButton(QIcon::fromTheme("download"),
|
||||
QString(), itemView);
|
||||
m_viewButton = new KPushButton(KIcon("view-preview"), QString(),
|
||||
m_viewButton = new KPushButton(QIcon::fromTheme("view-preview"), QString(),
|
||||
itemView);
|
||||
|
||||
m_downloadButton->hide();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue