--- qsampler/trunk/src/qsamplerChannel.h 2005/02/17 17:27:59 388 +++ qsampler/trunk/src/qsamplerChannel.h 2005/02/21 15:02:58 400 @@ -109,12 +109,12 @@ // Channel info structure map executive. bool updateChannelInfo(); - // Reset channel method. - bool resetChannel(); - // Channel setup dialog form. bool channelSetup(QWidget *pParent); + // Reset channel method. + bool channelReset(); + // Message logging methods (brainlessly mapped to main form's). void appendMessages (const QString & s); void appendMessagesColor (const QString & s, const QString & c);