On Monday 26 May 2008 22:26:30 Andres Cabrera wrote: > Thanks Felipe, > Seems Qt 4.4 is more picky about this. I've implemented your suggestions, > which seem more correct, and it's working here. Does it work for you now > from the repository sources? It works except for this one thing I have to do: --- src/qutecsound.cpp (revision 9) +++ src/qutecsound.cpp (working copy) @@ -850,7 +850,7 @@ bool qutecsound::maybeSave() { - if (textEdit != NULL) + if (textEdit == NULL) return true; if (textEdit->document()->isModified()) { int ret = QMessageBox::warning(this, tr("QuteCsound"), Let's see how it goes! It looks promising. -- Felipe Sateler