From 82ecd83484c9fa1ede059986ab771e74e33e68ef Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 16 Aug 2024 19:11:00 +0900 Subject: Rename layout nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- examples/demo/display.cpp | 2 +- examples/demo/dnd/dnd.cpp | 2 +- examples/demo/graph.cpp | 4 ++-- examples/demo/i18n/i18n.cpp | 4 ++-- examples/demo/i18n/wrapper.h | 2 +- examples/demo/opengl/glinfotext.h | 2 +- examples/demo/opengl/glworkspace.cpp | 2 +- examples/demo/qasteroids/toplevel.cpp | 2 +- examples/demo/textdrawing/example.html | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) (limited to 'examples/demo') diff --git a/examples/demo/display.cpp b/examples/demo/display.cpp index 437fe5607..52b2d220d 100644 --- a/examples/demo/display.cpp +++ b/examples/demo/display.cpp @@ -10,7 +10,7 @@ #include "display.h" #include -#include +#include #include #include #include diff --git a/examples/demo/dnd/dnd.cpp b/examples/demo/dnd/dnd.cpp index b9efb1668..bf5ddd0f1 100644 --- a/examples/demo/dnd/dnd.cpp +++ b/examples/demo/dnd/dnd.cpp @@ -1,6 +1,6 @@ #include #include -#include +#include #include #include "dnd.h" diff --git a/examples/demo/graph.cpp b/examples/demo/graph.cpp index 404564401..ddb5a9364 100644 --- a/examples/demo/graph.cpp +++ b/examples/demo/graph.cpp @@ -2,11 +2,11 @@ #include #include #include -#include +#include #include #include #include -#include +#include const int bounce_rtti = 1234; diff --git a/examples/demo/i18n/i18n.cpp b/examples/demo/i18n/i18n.cpp index 8e40398d4..87678dfa1 100644 --- a/examples/demo/i18n/i18n.cpp +++ b/examples/demo/i18n/i18n.cpp @@ -3,8 +3,8 @@ #include "../textdrawing/textedit.h" #include -#include -#include +#include +#include #include #include #include diff --git a/examples/demo/i18n/wrapper.h b/examples/demo/i18n/wrapper.h index 78fbb7735..155361ffa 100644 --- a/examples/demo/i18n/wrapper.h +++ b/examples/demo/i18n/wrapper.h @@ -1,7 +1,7 @@ #ifndef WRAPPER_H #define WRAPPER_H -#include +#include #include diff --git a/examples/demo/opengl/glinfotext.h b/examples/demo/opengl/glinfotext.h index f5b6b3a49..3799c096d 100644 --- a/examples/demo/opengl/glinfotext.h +++ b/examples/demo/opengl/glinfotext.h @@ -1,4 +1,4 @@ -#include +#include #include #include #include "glinfo.h" diff --git a/examples/demo/opengl/glworkspace.cpp b/examples/demo/opengl/glworkspace.cpp index 419ec6deb..32c491be6 100644 --- a/examples/demo/opengl/glworkspace.cpp +++ b/examples/demo/opengl/glworkspace.cpp @@ -12,7 +12,7 @@ #include #include #include -#include +#include #include #include "printpreview.h" diff --git a/examples/demo/qasteroids/toplevel.cpp b/examples/demo/qasteroids/toplevel.cpp index ad548127b..06e83af3e 100644 --- a/examples/demo/qasteroids/toplevel.cpp +++ b/examples/demo/qasteroids/toplevel.cpp @@ -6,7 +6,7 @@ // --- toplevel.cpp --- #include #include -#include +#include #include #include diff --git a/examples/demo/textdrawing/example.html b/examples/demo/textdrawing/example.html index 4056e2a11..d492428e4 100644 --- a/examples/demo/textdrawing/example.html +++ b/examples/demo/textdrawing/example.html @@ -208,7 +208,7 @@ Enables auto-resizing if enable is TRUE, or disables it if enableWhen auto-resizing is enabled, the label will resize itself to fit the contents whenever the contents change. The top left corner is not moved. This is useful for TQLabel widgets that are not managed by -a TQLayout (e.g. top-level widgets). +a TQLayout (e.g. top-level widgets).

Auto-resizing is disabled by default.

See also autoResize(), adjustSize() and sizeHint().

void TQLabel::setBuddy ( TQWidget * buddy ) [virtual]

-- cgit v1.2.1