Hi all!

I am trying to replace backslashes '\' by forward-slashes as a lineEdit is being changed.
On the _textEdit event I have this code:

ui.TempClientForlder->text().replace(QString("\\"),QString("/"));

I tried many other ways but I can't figure it out.

Any help? thanks!