I am using Qt3 on Linux.
I am trying to populate the save dialog with a filename that has the format "xxx:yyy".
During execution I get a message box with the error "The protocol 'xxx' is not supported".
Any ideas? Seems to me like a possible bug in Qt.

Example code:
filename = QFileDialog::getSaveFileName(startingDir + baseName, "", this);

Where baseName contains "BAND_AVERAGE_GAINS:2006-12-11_2006-12-18".

Thanks