From 0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 25 Aug 2024 15:36:25 +0900 Subject: Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h) Signed-off-by: Michele Calgaro --- doc/html/qwerty-example.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/html/qwerty-example.html') diff --git a/doc/html/qwerty-example.html b/doc/html/qwerty-example.html index 1a2245516..c516945c4 100644 --- a/doc/html/qwerty-example.html +++ b/doc/html/qwerty-example.html @@ -73,7 +73,7 @@ public slots: void font(); protected: void resizeEvent( TQResizeEvent * ); - void closeEvent( TQCloseEvent * ); + void closeEvent( TQCloseEvent * ); private slots: void saveAsEncoding( int ); @@ -412,9 +412,9 @@ void Editor::resizeEvent( setGeometry( 0, m->height(), width(), height() - m->height() ); } -void Editor::closeEvent( TQCloseEvent *event ) +void Editor::closeEvent( TQCloseEvent *event ) { - event->accept(); + event->accept(); if ( changed ) { // the text has been changed switch ( TQMessageBox::warning( this, "Qwerty", @@ -425,15 +425,15 @@ void Editor::resizeEvent( accept(); + event->accept(); else - event->ignore(); + event->ignore(); break; case 1: // no - event->accept(); + event->accept(); break; default: // cancel - event->ignore(); + event->ignore(); break; } } -- cgit v1.2.1