diff --git a/src/Session.cpp b/src/Session.cpp index 6dfd60823..e73109fba 100644 --- a/src/Session.cpp +++ b/src/Session.cpp @@ -143,8 +143,8 @@ Session::Session(QObject* parent) : SLOT(updateFlowControlState(bool)) ); connect( _emulation, SIGNAL(primaryScreenInUse(bool)) , this, SLOT(onPrimaryScreenInUse(bool)) ); - connect( _emulation, SIGNAL(selectedText(const QString &)) , this, - SLOT(onSelectedText(const QString &)) ); + connect( _emulation, SIGNAL(selectedText(QString)) , this, + SLOT(onSelectedText(QString)) ); //create new teletype for I/O with shell process openTeletype(-1);