sed 's/\\#/#/g' fltkinstall.fl | flconvert -o tmp.py -s
sed 's/Fl_Single_Window/Fl_Window/g' tmp.py > fltkinstall.py
rm tmp.py

