From 0582c90a9ed4b965629267713f51c0da7c38b39d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 4 Sep 2024 11:53:23 +0900 Subject: Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h) Signed-off-by: Michele Calgaro --- doc/html/chart-chartform-cpp.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/chart-chartform-cpp.html') diff --git a/doc/html/chart-chartform-cpp.html b/doc/html/chart-chartform-cpp.html index 2622769b9..e96c9b926 100644 --- a/doc/html/chart-chartform-cpp.html +++ b/doc/html/chart-chartform-cpp.html @@ -45,7 +45,7 @@ body { background: #ffffff; color: black; } #include <tqfont.h> #include <tqfontdialog.h> #include <tqmenubar.h> -#include <ntqmessagebox.h> +#include <tqmessagebox.h> #include <tqpixmap.h> #include <tqpopupmenu.h> #include <tqprinter.h> @@ -346,7 +346,7 @@ void ChartForm::fileSaveAs() if ( !filename.isEmpty() ) { int answer = 0; if ( TQFile::exists( filename ) ) - answer = TQMessageBox::warning( + answer = TQMessageBox::warning( this, "Chart -- Overwrite File", TQString( "Overwrite\n\'%1\'?" ). arg( filename ), @@ -417,7 +417,7 @@ bool ChartForm::okToClear() msg = TQString( "Chart '%1'\n" ).arg( m_filename ); msg += "has been changed."; - int x = TQMessageBox::information( this, "Chart -- Unsaved Changes", + int x = TQMessageBox::information( this, "Chart -- Unsaved Changes", msg, "&Save", "Cancel", "&Abandon", 0, 1 ); switch( x ) { @@ -551,7 +551,7 @@ void ChartForm::helpHelp() void ChartForm::helpAbout() { - TQMessageBox::about( this, "Chart -- About", + TQMessageBox::about( this, "Chart -- About", "<center><h1><font color=blue>Chart<font></h1></center>" "<p>Chart your data with <i>chart</i>.</p>" ); @@ -560,7 +560,7 @@ void ChartForm::helpAbout() void ChartForm::helpAboutTQt() { - TQMessageBox::aboutTQt( this, "Chart -- About TQt" ); + TQMessageBox::aboutTQt( this, "Chart -- About TQt" ); } -- cgit v1.2.1