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

for errors at the build time.
remotes/origin/Plasma/5.0
Antonis Tsiapaliokas 13 years ago committed by Martin Gräßlin
parent f4e412f244
commit 159bccc2d5
  1. 2
      kcmkwin/kwincompositing/effectconfig.cpp

@ -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…
Cancel
Save