Use the new Singal and Slot syntax, now we are able to check
for errors at the build time.
This commit is contained in:
parent
f4e412f244
commit
159bccc2d5
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ void EffectConfig::openConfig(const QString &effectName)
|
|||
buttons->setCenterButtons(true);
|
||||
|
||||
//Here we connect our buttons with the dialog
|
||||
connect(buttons, SIGNAL(accepted()), &dialog, SLOT(accept()));
|
||||
connect(buttons, SIGNAL(QDialogButtonBox::accepted), &dialog, SLOT(QDialog::accept));
|
||||
connect(buttons, SIGNAL(rejected()), &dialog, SLOT(reject()));
|
||||
|
||||
KService::List offers = KServiceTypeTrader::self()->query("KWin/Effect");
|
||||
|
|
Loading…
Reference in a new issue