Porting++, correct includes and signals
This commit is contained in:
parent
36388e667f
commit
2d5fef28fa
1 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include <QCryptographicHash>
|
||||
|
||||
#include <KWallet/Wallet>
|
||||
#include <KWallet>
|
||||
|
||||
|
||||
using KWallet::Wallet;
|
||||
|
@ -88,8 +88,8 @@ DanbooruConnectWidget::DanbooruConnectWidget(QVector< QUrl > urlList,
|
|||
|
||||
connect(anonCheckBox, &QCheckBox::stateChanged, this, &DanbooruConnectWidget::toggleLineEdits);
|
||||
|
||||
connect(buttonBox, &KDialogButtonBox::accepted, this, &DanbooruConnectWidget::accept);
|
||||
connect(closeButton, &KPushButton::clicked, this, &DanbooruConnectWidget::emitRejected);
|
||||
connect(buttonBox, &QDialogButtonBox::accepted, this, &DanbooruConnectWidget::accept);
|
||||
connect(closeButton, &QPushButton::clicked, this, &DanbooruConnectWidget::emitRejected);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue