texteditor.cpp
changeset 484 2974ab561436
parent 427 fb74fa7bfb4c
child 486 9c86935835a4
     1.1 --- a/texteditor.cpp	Mon Feb 12 09:28:47 2007 +0000
     1.2 +++ b/texteditor.cpp	Wed May 02 15:31:18 2007 +0000
     1.3 @@ -500,7 +500,7 @@
     1.4  {
     1.5      ce->accept();	// TextEditor can be reopened with show()
     1.6      showwithmain=false;
     1.7 -	emit (textEditorClosed() );
     1.8 +	emit (windowClosed() );
     1.9      return;
    1.10  }
    1.11