SVN commit 488943 by bmeyer: Compile after recent kdelibs change M +1 -1 kcmultiwidget.cpp --- branches/work/kde4/playground/base/systemsettings/kcmultiwidget.cpp #488942:488943 @@ -307,7 +307,7 @@ connect(module, SIGNAL(changed(bool)), this, SLOT(clientChanged(bool))); if( m_modules.count() == 0 ) - aboutToShowPage( page ); + slotAboutToShow( page ); } CreatedModule cm; cm.kcm = module;