--- a/tools/assistant/tools/qhelpconverter/outputpage.cpp Tue Jan 26 12:42:25 2010 +0200
+++ b/tools/assistant/tools/qhelpconverter/outputpage.cpp Tue Feb 02 00:43:10 2010 +0200
@@ -55,9 +55,9 @@
setButtonText(QWizard::NextButton, tr("Convert..."));
m_ui.setupUi(this);
- connect(m_ui.projectLineEdit, SIGNAL(textChanged(const QString&)),
+ connect(m_ui.projectLineEdit, SIGNAL(textChanged(QString)),
this, SIGNAL(completeChanged()));
- connect(m_ui.collectionLineEdit, SIGNAL(textChanged(const QString&)),
+ connect(m_ui.collectionLineEdit, SIGNAL(textChanged(QString)),
this, SIGNAL(completeChanged()));
registerField(QLatin1String("ProjectFileName"),