summaryrefslogtreecommitdiffstats
path: root/examples/demo
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-16 19:11:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-16 19:11:00 +0900
commit82ecd83484c9fa1ede059986ab771e74e33e68ef (patch)
treed0e76f19632bb02fc55028625bdb903902e1bac1 /examples/demo
parentc55ef27a2c511c29a8a82d00bd2ede1fb02cfa41 (diff)
downloadtqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.tar.gz
tqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.zip
Rename layout 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.cpp2
-rw-r--r--examples/demo/dnd/dnd.cpp2
-rw-r--r--examples/demo/graph.cpp4
-rw-r--r--examples/demo/i18n/i18n.cpp4
-rw-r--r--examples/demo/i18n/wrapper.h2
-rw-r--r--examples/demo/opengl/glinfotext.h2
-rw-r--r--examples/demo/opengl/glworkspace.cpp2
-rw-r--r--examples/demo/qasteroids/toplevel.cpp2
-rw-r--r--examples/demo/textdrawing/example.html2
9 files changed, 11 insertions, 11 deletions
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 <tqpainter.h>
-#include <ntqlayout.h>
+#include <tqlayout.h>
#include <tqtimer.h>
#include <tqpushbutton.h>
#include <tqframe.h>
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 <tqiconview.h>
#include <tqdragobject.h>
-#include <ntqlayout.h>
+#include <tqlayout.h>
#include <tqmultilineedit.h>
#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 <tqcanvas.h>
#include <stdlib.h>
#include <tqdatetime.h>
-#include <ntqhbox.h>
+#include <tqhbox.h>
#include <tqpushbutton.h>
#include <tqslider.h>
#include <tqlabel.h>
-#include <ntqlayout.h>
+#include <tqlayout.h>
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 <tqaction.h>
-#include <ntqlayout.h>
-#include <ntqvbox.h>
+#include <tqlayout.h>
+#include <tqvbox.h>
#include <tqworkspace.h>
#include <tqpopupmenu.h>
#include <tqmenubar.h>
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 <ntqvbox.h>
+#include <tqvbox.h>
#include <tqtranslator.h>
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 <ntqlayout.h>
+#include <tqlayout.h>
#include <tqtextview.h>
#include <tqfont.h>
#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 <tqprinter.h>
#include <tqpainter.h>
#include <tqcheckbox.h>
-#include <ntqvbox.h>
+#include <tqvbox.h>
#include <tqimage.h>
#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 <ntqaccel.h>
#include <tqlabel.h>
-#include <ntqlayout.h>
+#include <tqlayout.h>
#include <tqlcdnumber.h>
#include <tqpushbutton.h>
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 <em>enable</em> is TRUE, or disables it if <em>enable</
<p>When 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 <a href="ntqlayout.html">TQLayout</a> (e.g. top-level widgets).
+a <a href="tqlayout.html">TQLayout</a> (e.g. top-level widgets).
<p>Auto-resizing is disabled by default.
<p>See also <a href="#75b2a1">autoResize</a>(), <a href="tqwidget.html#ab3108">adjustSize</a>() and <a href="#614dd5">sizeHint</a>().
<h3 class="fn">void <a name="191701"></a>TQLabel::setBuddy ( <a href="tqwidget.html">TQWidget</a> * buddy ) <code>[virtual]</code></h3>