--- qsampler/trunk/src/qsamplerChannelFxForm.cpp 2008/02/19 22:15:18 1706 +++ qsampler/trunk/src/qsamplerChannelFxForm.cpp 2008/02/19 22:26:33 1707 @@ -117,7 +117,7 @@ FxSendsModel* pModel = new FxSendsModel(m_pSamplerChannel->channelID(), m_ui.SendsListView); m_ui.SendsListView->setModel(pModel); -#ifdef QT_VERSION >= 0x040300 +#if QT_VERSION >= 0x040300 m_ui.SendsListView->setSelectionRectVisible(true); #endif