diff -r 56cd8111b7f7 -r 41300fa6a67c tools/qconfig/main.cpp --- a/tools/qconfig/main.cpp Tue Jan 26 12:42:25 2010 +0200 +++ b/tools/qconfig/main.cpp Tue Feb 02 00:43:10 2010 +0200 @@ -171,11 +171,11 @@ splitter->addWidget(textBrowser); textBrowser->show(); - connect(textBrowser, SIGNAL(featureClicked(const QString&)), - this, SLOT(showInfo(const QString&))); + connect(textBrowser, SIGNAL(featureClicked(QString)), + this, SLOT(showInfo(QString))); connect(featureTree, SIGNAL(activated(QModelIndex)), this, SLOT(showInfo(QModelIndex))); - connect(featureModel, SIGNAL(dataChanged(QModelIndex, QModelIndex)), + connect(featureModel, SIGNAL(dataChanged(QModelIndex,QModelIndex)), this, SLOT(modelChanged())); connect(featureTree, SIGNAL(clicked(QModelIndex)), this, SLOT(showInfo(QModelIndex)));