diff -r fb74fa7bfb4c -r 2974ab561436 texteditor.cpp --- a/texteditor.cpp Mon Feb 12 09:28:47 2007 +0000 +++ b/texteditor.cpp Wed May 02 15:31:18 2007 +0000 @@ -500,7 +500,7 @@ { ce->accept(); // TextEditor can be reopened with show() showwithmain=false; - emit (textEditorClosed() ); + emit (windowClosed() ); return; }