Use the new Singal and Slot syntax, now we are able to check

for errors at the build time.
icc-effect-5.14.5
Antonis Tsiapaliokas 2013-09-10 13:31:13 +03:00 committed by Martin Gräßlin
parent f4e412f244
commit 159bccc2d5
1 changed files with 1 additions and 1 deletions

View File

@ -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");