void KNScoringManager::configure() { KScoringEditor *dlg = KScoringEditor::createEditor(this, knGlobals.topWidget); if (dlg) { dlg->show(); KWin::activateWindow(dlg->winId()); } }
void KNScoringManager::configure() { KScoringEditor *dlg = KScoringEditor::createEditor(this, knGlobals.topWidget); if (dlg) { dlg->show(); #ifdef Q_OS_UNIX KWindowSystem::activateWindow(dlg->winId()); #endif } }