--- qsampler/trunk/src/qsamplerOptionsForm.cpp 2007/11/22 11:10:44 1509 +++ qsampler/trunk/src/qsamplerOptionsForm.cpp 2007/12/06 09:35:33 1558 @@ -31,6 +31,10 @@ namespace QSampler { +//------------------------------------------------------------------------- +// QSampler::OptionsForm -- Options form implementation. +// + OptionsForm::OptionsForm ( QWidget* pParent ) : QDialog(pParent) { @@ -123,7 +127,7 @@ } // Populate (setup) dialog controls from settings descriptors. -void OptionsForm::setup ( qsamplerOptions *pOptions ) +void OptionsForm::setup ( Options *pOptions ) { // Set reference descriptor. m_pOptions = pOptions;