tools/assistant/tools/qhelpconverter/outputpage.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
--- 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"),