Here is a basic question because I am not so familiar with cpp. Whats the difference between: emit(SIGNAL("mySignal( QString )"),myQstring) emit(SIGNAL("mySignal( const QString&)"),myQstring) and more importantly, which one should I use? thanks mbs