From 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 20 Jul 2024 20:15:52 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 2) Signed-off-by: Michele Calgaro --- examples/demo/dnd/dnd.h | 2 +- examples/demo/dnd/styledbutton.cpp | 4 ++-- examples/demo/dnd/styledbutton.h | 2 +- examples/demo/i18n/i18n.cpp | 2 +- examples/demo/opengl/glcontrolwidget.h | 2 +- examples/demo/opengl/glinfo_x11.cpp | 2 +- examples/demo/opengl/gllandscape.h | 2 +- examples/demo/opengl/glworkspace.cpp | 2 +- examples/demo/opengl/printpreview.ui | 2 +- examples/demo/qthumbwheel.cpp | 2 +- examples/demo/textdrawing/example.html | 8 ++++---- examples/demo/textdrawing/helpwindow.cpp | 4 ++-- examples/demo/textdrawing/textedit.cpp | 2 +- 13 files changed, 18 insertions(+), 18 deletions(-) (limited to 'examples/demo') diff --git a/examples/demo/dnd/dnd.h b/examples/demo/dnd/dnd.h index 3487d9cc9..b064b9c8f 100644 --- a/examples/demo/dnd/dnd.h +++ b/examples/demo/dnd/dnd.h @@ -1,4 +1,4 @@ -#include +#include #include #include "dndbase.h" diff --git a/examples/demo/dnd/styledbutton.cpp b/examples/demo/dnd/styledbutton.cpp index 1a884704d..51e8968cf 100644 --- a/examples/demo/dnd/styledbutton.cpp +++ b/examples/demo/dnd/styledbutton.cpp @@ -34,11 +34,11 @@ #include "styledbutton.h" #include -#include +#include #include #include #include -#include +#include #include #include #include diff --git a/examples/demo/dnd/styledbutton.h b/examples/demo/dnd/styledbutton.h index 84ad4e500..fc6391a0b 100644 --- a/examples/demo/dnd/styledbutton.h +++ b/examples/demo/dnd/styledbutton.h @@ -35,7 +35,7 @@ #define STYLEDBUTTON_H #include -#include +#include class TQColor; class TQBrush; diff --git a/examples/demo/i18n/i18n.cpp b/examples/demo/i18n/i18n.cpp index a089e6cca..1986189a8 100644 --- a/examples/demo/i18n/i18n.cpp +++ b/examples/demo/i18n/i18n.cpp @@ -10,7 +10,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/examples/demo/opengl/glcontrolwidget.h b/examples/demo/opengl/glcontrolwidget.h index 7942c31ef..97cd129eb 100644 --- a/examples/demo/opengl/glcontrolwidget.h +++ b/examples/demo/opengl/glcontrolwidget.h @@ -1,7 +1,7 @@ #ifndef GLCONTROLWIDGET_H #define GLCONTROLWIDGET_H -#include +#include class GLControlWidget : public TQGLWidget { diff --git a/examples/demo/opengl/glinfo_x11.cpp b/examples/demo/opengl/glinfo_x11.cpp index 88761f3f6..2289adeba 100644 --- a/examples/demo/opengl/glinfo_x11.cpp +++ b/examples/demo/opengl/glinfo_x11.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include -#include +#include #include "glinfo.h" #include diff --git a/examples/demo/opengl/gllandscape.h b/examples/demo/opengl/gllandscape.h index 54a03c012..5288b5eba 100644 --- a/examples/demo/opengl/gllandscape.h +++ b/examples/demo/opengl/gllandscape.h @@ -1,7 +1,7 @@ #ifndef GLLANDSCAPE_H #define GLLANDSCAPE_H -#include +#include class GLLandscape : public TQGLWidget { diff --git a/examples/demo/opengl/glworkspace.cpp b/examples/demo/opengl/glworkspace.cpp index ec2a6b138..6a2d7fe89 100644 --- a/examples/demo/opengl/glworkspace.cpp +++ b/examples/demo/opengl/glworkspace.cpp @@ -9,7 +9,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/examples/demo/opengl/printpreview.ui b/examples/demo/opengl/printpreview.ui index 064ff35e9..fe6130ba0 100644 --- a/examples/demo/opengl/printpreview.ui +++ b/examples/demo/opengl/printpreview.ui @@ -256,7 +256,7 @@ tqimage.h - ntqpixmap.h + tqpixmap.h printpreview.ui.h diff --git a/examples/demo/qthumbwheel.cpp b/examples/demo/qthumbwheel.cpp index aba1fc4ee..ec6fc9e56 100644 --- a/examples/demo/qthumbwheel.cpp +++ b/examples/demo/qthumbwheel.cpp @@ -43,7 +43,7 @@ #ifndef TQT_NO_THUMBWHEEL #include #include -#include +#include #include static const double m_pi = 3.14159265358979323846; diff --git a/examples/demo/textdrawing/example.html b/examples/demo/textdrawing/example.html index 3f215fd53..12d21ff72 100644 --- a/examples/demo/textdrawing/example.html +++ b/examples/demo/textdrawing/example.html @@ -74,7 +74,7 @@ key for another widget.
  • A plain text: set by passing a TQString to setText().
  • A rich text: set by passing a TQString that contains a rich text to setText(). -
  • A pixmap: set by passing a TQPixmap to setPixmap(). +
  • A pixmap: set by passing a TQPixmap to setPixmap().
  • A movie: set by passing a TQMovie to setMovie().
  • A number: set by passing an int or a double to setNum(), which converts the number to plain text.
  • Nothing: The same as an empty plain text. This is the default. Set by clear(). @@ -103,7 +103,7 @@ the other widget (called the TQLabel's "buddy"). Example: (the TQLineEdit) when the user presses Alt-P. You can also use the setBuddy() function to accomplish the same.

    -

    See also TQLineEdit, TQTextView, TQPixmap, TQMovie and GUI Design Handbook: Label +

    See also TQLineEdit, TQTextView, TQPixmap, TQMovie and GUI Design Handbook: Label

    Examples: cursor/cursor.cpp layout/layout.cpp @@ -175,7 +175,7 @@ available space.

    If the label contains a movie, returns a pointer to it. Otherwise, returns 0.

    See also setMovie(). -

    TQPixmap * TQLabel::pixmap () const

    +

    TQPixmap * TQLabel::pixmap () const

    If the label contains a pixmap, returns a pointer to it. Otherwise, returns 0.

    See also setPixmap(). @@ -273,7 +273,7 @@ the label. Any previous content is cleared.

    The buddy accelerator, if any, is disabled.

    The label resizes itself if auto-resizing is enabled.

    See also setText(), TQString::setNum() and setBuddy(). -

    void TQLabel::setPixmap ( const TQPixmap & pixmap ) [virtual slot]

    +

    void TQLabel::setPixmap ( const TQPixmap & pixmap ) [virtual slot]

    Sets the label contents to pixmap. Any previous content is cleared.

    The buddy accelerator, if any, is disabled.

    The label resizes itself if auto-resizing is enabled. diff --git a/examples/demo/textdrawing/helpwindow.cpp b/examples/demo/textdrawing/helpwindow.cpp index 13a538882..90ed211d4 100644 --- a/examples/demo/textdrawing/helpwindow.cpp +++ b/examples/demo/textdrawing/helpwindow.cpp @@ -9,7 +9,7 @@ #include "helpwindow.h" #include -#include +#include #include #include #include @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/examples/demo/textdrawing/textedit.cpp b/examples/demo/textdrawing/textedit.cpp index 80c40e9e7..66e7e8b11 100644 --- a/examples/demo/textdrawing/textedit.cpp +++ b/examples/demo/textdrawing/textedit.cpp @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include #include #include -- cgit v1.2.3