- connect(m_services, SIGNAL(changed()), this, SLOT(changed()));
- topLayout->addWidget(m_services, 0, 0);
+ connect(m_services, &ServicesSettingsPage::changed, this, static_cast<void(DolphinServicesConfigModule::*)()>(&DolphinServicesConfigModule::changed));
+ topLayout->addWidget(m_services, 0, nullptr);