diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 11:53:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 13:56:43 +0900 |
commit | 0582c90a9ed4b965629267713f51c0da7c38b39d (patch) | |
tree | cae95e850081d0a7f2be6cef5837f43a28d53d2c /doc/html/chart-chartform-cpp.html | |
parent | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff) | |
download | tqt3-0582c90a9ed4b965629267713f51c0da7c38b39d.tar.gz tqt3-0582c90a9ed4b965629267713f51c0da7c38b39d.zip |
Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/chart-chartform-cpp.html')
-rw-r--r-- | doc/html/chart-chartform-cpp.html | 10 |
1 files changed, 5 insertions, 5 deletions
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 <<a href="tqfont-h.html">tqfont.h</a>> #include <<a href="tqfontdialog-h.html">tqfontdialog.h</a>> #include <<a href="tqmenubar-h.html">tqmenubar.h</a>> -#include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> +#include <<a href="tqmessagebox-h.html">tqmessagebox.h</a>> #include <<a href="tqpixmap-h.html">tqpixmap.h</a>> #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> #include <<a href="tqprinter-h.html">tqprinter.h</a>> @@ -346,7 +346,7 @@ void <a name="f152"></a>ChartForm::fileSaveAs() if ( !filename.<a href="tqstring.html#isEmpty">isEmpty</a>() ) { int answer = 0; <a name="x2878"></a> if ( TQFile::<a href="tqfile.html#exists">exists</a>( filename ) ) -<a name="x2889"></a> answer = TQMessageBox::<a href="ntqmessagebox.html#warning">warning</a>( +<a name="x2889"></a> answer = TQMessageBox::<a href="tqmessagebox.html#warning">warning</a>( this, "Chart -- Overwrite File", TQString( "Overwrite\n\'%1\'?" ). arg( filename ), @@ -417,7 +417,7 @@ bool <a name="f157"></a>ChartForm::okToClear() msg = TQString( "Chart '%1'\n" ).arg( m_filename ); msg += "has been changed."; - int x = TQMessageBox::<a href="ntqmessagebox.html#information">information</a>( this, "Chart -- Unsaved Changes", + int x = TQMessageBox::<a href="tqmessagebox.html#information">information</a>( this, "Chart -- Unsaved Changes", msg, "&Save", "Cancel", "&Abandon", 0, 1 ); switch( x ) { @@ -551,7 +551,7 @@ void <a name="f164"></a>ChartForm::helpHelp() void <a name="f165"></a>ChartForm::helpAbout() { -<a name="x2886"></a> TQMessageBox::<a href="ntqmessagebox.html#about">about</a>( this, "Chart -- About", +<a name="x2886"></a> TQMessageBox::<a href="tqmessagebox.html#about">about</a>( 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 <a name="f165"></a>ChartForm::helpAbout() void <a name="f166"></a>ChartForm::helpAboutTQt() { -<a name="x2887"></a> TQMessageBox::<a href="ntqmessagebox.html#aboutTQt">aboutTQt</a>( this, "Chart -- About TQt" ); +<a name="x2887"></a> TQMessageBox::<a href="tqmessagebox.html#aboutTQt">aboutTQt</a>( this, "Chart -- About TQt" ); } </pre><!-- eof --> |