diff -r 56cd8111b7f7 -r 41300fa6a67c tools/shared/fontpanel/fontpanel.cpp --- a/tools/shared/fontpanel/fontpanel.cpp Tue Jan 26 12:42:25 2010 +0200 +++ b/tools/shared/fontpanel/fontpanel.cpp Tue Feb 02 00:43:10 2010 +0200 @@ -73,7 +73,7 @@ connect(m_writingSystemComboBox, SIGNAL(currentIndexChanged(int)), this, SLOT(slotWritingSystemChanged(int))); formLayout->addRow(tr("&Writing system"), m_writingSystemComboBox); - connect(m_familyComboBox, SIGNAL( currentFontChanged(QFont)), this, SLOT(slotFamilyChanged(QFont))); + connect(m_familyComboBox, SIGNAL(currentFontChanged(QFont)), this, SLOT(slotFamilyChanged(QFont))); formLayout->addRow(tr("&Family"), m_familyComboBox); m_styleComboBox->setEditable(false);