The following code prints an error message ("This function is deprecated. Use setCurrentNodeID() instead") at run-time:
void qSlicerReslicePropertyWidgetPrivate
::SetDriverNodeSelection( const char* nodeID )
{
this->driverNodeSelector->setCurrentNode( nodeID );
}