diff -r 56cd8111b7f7 -r 41300fa6a67c examples/network/torrent/mainwindow.cpp --- a/examples/network/torrent/mainwindow.cpp Tue Jan 26 12:42:25 2010 +0200 +++ b/examples/network/torrent/mainwindow.cpp Tue Feb 02 00:43:10 2010 +0200 @@ -175,8 +175,8 @@ // Set up connections connect(torrentView, SIGNAL(itemSelectionChanged()), this, SLOT(setActionsEnabled())); - connect(torrentView, SIGNAL(fileDropped(const QString &)), - this, SLOT(acceptFileDrop(const QString &))); + connect(torrentView, SIGNAL(fileDropped(QString)), + this, SLOT(acceptFileDrop(QString))); connect(uploadLimitSlider, SIGNAL(valueChanged(int)), this, SLOT(setUploadLimit(int))); connect(downloadLimitSlider, SIGNAL(valueChanged(int)),