KIcon -> QIcon
This commit is contained in:
parent
a568beac2a
commit
e2cdec1947
3 changed files with 5 additions and 5 deletions
|
@ -67,11 +67,11 @@ namespace Danbooru {
|
|||
|
||||
|
||||
QAction * connectAction = new QAction(
|
||||
KIcon(QLatin1String("document-open-remote")),
|
||||
QIcon::fromTheme(QLatin1String("document-open-remote")),
|
||||
i18n("Connect..."),
|
||||
this);
|
||||
|
||||
QAction * fetchAction = new QAction(KIcon(QLatin1String("download")),
|
||||
QAction * fetchAction = new QAction(QIcon::fromTheme(QLatin1String("download")),
|
||||
i18n("Download"), this);
|
||||
|
||||
connectAction->setShortcut(KStandardShortcut::open());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue