get rid of QT3_SUPPORT and some cleanup

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14767 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2006-08-17 09:01:25 +00:00
parent 6e9dd92302
commit 8a57064442

View File

@ -79,7 +79,7 @@ void QTexinfoDialog::viewClicked()
void QTexinfoDialog::update()
{
switch (whatStyle->currentItem()) {
switch (whatStyle->currentIndex()) {
case 0:
form_->updateStyles(ControlTexinfo::cls);
break;