diff -r 658ad3bc0c8a -r dfbc371b7280 texteditor.cpp --- a/texteditor.cpp Sat Mar 31 09:28:27 2007 +0000 +++ b/texteditor.cpp Sat Mar 31 09:28:27 2007 +0000 @@ -500,7 +500,7 @@ { ce->accept(); // TextEditor can be reopened with show() showwithmain=false; - emit (textEditorClosed() ); + emit (windowClosed() ); return; }