texteditor.cpp
changeset 442 dfbc371b7280
parent 427 fb74fa7bfb4c
child 486 9c86935835a4
     1.1 --- a/texteditor.cpp	Sat Mar 31 09:28:27 2007 +0000
     1.2 +++ b/texteditor.cpp	Sat Mar 31 09:28:27 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