diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 | 
| commit | fef846914f8db6dc117e206ef913d519bf6bb33e (patch) | |
| tree | d6567b31f7f22d0c8c66eec947dff1960efa25ac /examples/demo | |
| parent | 8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff) | |
| download | tqt-fef84691.tar.gz tqt-fef84691.zip | |
Rename basic widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/demo')
| -rw-r--r-- | examples/demo/display.cpp | 8 | ||||
| -rw-r--r-- | examples/demo/graph.cpp | 4 | ||||
| -rw-r--r-- | examples/demo/opengl/glworkspace.cpp | 4 | ||||
| -rw-r--r-- | examples/demo/qasteroids/toplevel.cpp | 4 | ||||
| -rw-r--r-- | examples/demo/sql/sqlex.ui.h | 6 | ||||
| -rw-r--r-- | examples/demo/textdrawing/example.html | 10 | ||||
| -rw-r--r-- | examples/demo/textdrawing/helpwindow.cpp | 4 | ||||
| -rw-r--r-- | examples/demo/textdrawing/textedit.cpp | 4 | 
8 files changed, 22 insertions, 22 deletions
| diff --git a/examples/demo/display.cpp b/examples/demo/display.cpp index 131a69ae2..1b86db32e 100644 --- a/examples/demo/display.cpp +++ b/examples/demo/display.cpp @@ -12,12 +12,12 @@  #include <tqpainter.h>  #include <ntqlayout.h>  #include <tqtimer.h> -#include <ntqpushbutton.h> +#include <tqpushbutton.h>  #include <ntqframe.h> -#include <ntqdial.h> -#include <ntqlcdnumber.h> +#include <tqdial.h> +#include <tqlcdnumber.h>  #include <ntqprogressbar.h> -#include <ntqspinbox.h> +#include <tqspinbox.h>  #include <math.h> diff --git a/examples/demo/graph.cpp b/examples/demo/graph.cpp index 26b203455..404564401 100644 --- a/examples/demo/graph.cpp +++ b/examples/demo/graph.cpp @@ -3,8 +3,8 @@  #include <stdlib.h>  #include <tqdatetime.h>  #include <ntqhbox.h> -#include <ntqpushbutton.h> -#include <ntqslider.h> +#include <tqpushbutton.h> +#include <tqslider.h>  #include <tqlabel.h>  #include <ntqlayout.h> diff --git a/examples/demo/opengl/glworkspace.cpp b/examples/demo/opengl/glworkspace.cpp index 6a2d7fe89..419ec6deb 100644 --- a/examples/demo/opengl/glworkspace.cpp +++ b/examples/demo/opengl/glworkspace.cpp @@ -4,14 +4,14 @@  #include "gltexobj.h"  #include <tqworkspace.h> -#include <ntqdialog.h> +#include <tqdialog.h>  #include <tqtoolbar.h>  #include <tqpopupmenu.h>  #include <tqmenubar.h>  #include <tqaction.h>  #include <tqprinter.h>  #include <tqpainter.h> -#include <ntqcheckbox.h> +#include <tqcheckbox.h>  #include <ntqvbox.h>  #include <tqimage.h>  #include "printpreview.h" diff --git a/examples/demo/qasteroids/toplevel.cpp b/examples/demo/qasteroids/toplevel.cpp index d40ea72a6..ad548127b 100644 --- a/examples/demo/qasteroids/toplevel.cpp +++ b/examples/demo/qasteroids/toplevel.cpp @@ -7,8 +7,8 @@  #include <ntqaccel.h>  #include <tqlabel.h>  #include <ntqlayout.h> -#include <ntqlcdnumber.h> -#include <ntqpushbutton.h> +#include <tqlcdnumber.h> +#include <tqpushbutton.h>  #include <ntqapplication.h> diff --git a/examples/demo/sql/sqlex.ui.h b/examples/demo/sql/sqlex.ui.h index 870efb40e..a72272955 100644 --- a/examples/demo/sql/sqlex.ui.h +++ b/examples/demo/sql/sqlex.ui.h @@ -8,9 +8,9 @@  #include <tqsqldriver.h>  #include <ntqmessagebox.h>  #include <tqsqldatabase.h> -#include <ntqlineedit.h> -#include <ntqcombobox.h> -#include <ntqspinbox.h> +#include <tqlineedit.h> +#include <tqcombobox.h> +#include <tqspinbox.h>  #include <tqsqlerror.h>  #include <tqsqlcursor.h>  #include <tqsqlselectcursor.h> diff --git a/examples/demo/textdrawing/example.html b/examples/demo/textdrawing/example.html index a4fe80929..fc48cca7b 100644 --- a/examples/demo/textdrawing/example.html +++ b/examples/demo/textdrawing/example.html @@ -96,14 +96,14 @@ corner (both lines being flush with the right side of the label):  widget. For this use, TQLabel provides a handy mechanism for adding  an accelerator key (see <a href="ntqaccel.html">TQAccel</a>) that will set the keyboard focus to  the other widget (called the TQLabel's "buddy"). Example: -<p><pre>     <a href="ntqlineedit.html">TQLineEdit</a>* phoneEdit = new <a href="ntqlineedit.html">TQLineEdit</a>( this, "phoneEdit" ); +<p><pre>     <a href="tqlineedit.html">TQLineEdit</a>* phoneEdit = new <a href="tqlineedit.html">TQLineEdit</a>( this, "phoneEdit" );       <a href="tqlabel.html">TQLabel</a>* phoneLabel = new <a href="tqlabel.html">TQLabel</a>( phoneEdit, "&Phone:", this, "phoneLabel" );  </pre>  <p>In this example, keyboard focus is transferred to the label's buddy -(the <a href="ntqlineedit.html">TQLineEdit</a>) when the user presses <dfn>Alt-P.</dfn> You can also +(the <a href="tqlineedit.html">TQLineEdit</a>) when the user presses <dfn>Alt-P.</dfn> You can also  use the <a href="#191701">setBuddy</a>() function to accomplish the same.  <p> -<p>See also  <a href="ntqlineedit.html">TQLineEdit</a>, <a href="tqtextview.html">TQTextView</a>, <a href="tqpixmap.html">TQPixmap</a>, <a href="tqmovie.html">TQMovie</a> and <a href="guibooks.html#fowler">GUI Design Handbook: Label</a> +<p>See also  <a href="tqlineedit.html">TQLineEdit</a>, <a href="tqtextview.html">TQTextView</a>, <a href="tqpixmap.html">TQPixmap</a>, <a href="tqmovie.html">TQMovie</a> and <a href="guibooks.html#fowler">GUI Design Handbook: Label</a>  <p>Examples:   <a href="cursor-cursor-cpp.html#TQLabel">cursor/cursor.cpp</a>   <a href="layout-layout-cpp.html#TQLabel">layout/layout.cpp</a> @@ -223,10 +223,10 @@ alignment flag is turned on; see <a href="#1f406e">setAlignment</a>()).  <p>In a dialog, you might create two data entry widgets and a label for  each, and set up the geometry layout so each label is just to the  left of its data entry widget (its "buddy"), somewhat like this: -<p><pre>    <a href="ntqlineedit.html">TQLineEdit</a> *nameEd  = new <a href="ntqlineedit.html">TQLineEdit</a>( this ); +<p><pre>    <a href="tqlineedit.html">TQLineEdit</a> *nameEd  = new <a href="tqlineedit.html">TQLineEdit</a>( this );      <a href="tqlabel.html">TQLabel</a>    *nameLb  = new <a href="tqlabel.html">TQLabel</a>( "&Name:", this );      nameLb-><a href="#191701">setBuddy</a>( nameEd ); -    <a href="ntqlineedit.html">TQLineEdit</a> *phoneEd = new <a href="ntqlineedit.html">TQLineEdit</a>( this ); +    <a href="tqlineedit.html">TQLineEdit</a> *phoneEd = new <a href="tqlineedit.html">TQLineEdit</a>( this );      <a href="tqlabel.html">TQLabel</a>    *phoneLb = new <a href="tqlabel.html">TQLabel</a>( "&Phone:", this );      phoneLb-><a href="#191701">setBuddy</a>( phoneEd );      // ( layout setup not shown ) diff --git a/examples/demo/textdrawing/helpwindow.cpp b/examples/demo/textdrawing/helpwindow.cpp index 8cab2ddda..099b5dde0 100644 --- a/examples/demo/textdrawing/helpwindow.cpp +++ b/examples/demo/textdrawing/helpwindow.cpp @@ -21,9 +21,9 @@  #include <ntqmessagebox.h>  #include <tqfiledialog.h>  #include <ntqapplication.h> -#include <ntqcombobox.h> +#include <tqcombobox.h>  #include <tqevent.h> -#include <ntqlineedit.h> +#include <tqlineedit.h>  #include <tqobjectlist.h>  #include <tqfileinfo.h>  #include <tqfile.h> diff --git a/examples/demo/textdrawing/textedit.cpp b/examples/demo/textdrawing/textedit.cpp index f2017762f..091fb9eb5 100644 --- a/examples/demo/textdrawing/textedit.cpp +++ b/examples/demo/textdrawing/textedit.cpp @@ -17,8 +17,8 @@  #include <ntqtabwidget.h>  #include <ntqapplication.h>  #include <tqfontdatabase.h> -#include <ntqcombobox.h> -#include <ntqlineedit.h> +#include <tqcombobox.h> +#include <tqlineedit.h>  #include <tqfileinfo.h>  #include <tqfile.h>  #include <tqfiledialog.h> | 
