summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-09 14:57:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-12 18:58:18 +0900
commit6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch)
tree4ae374b1ce01d388bca2249c5d903d79a6cb814f /examples
parent0582c90a9ed4b965629267713f51c0da7c38b39d (diff)
downloadtqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.tar.gz
tqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.zip
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples')
-rw-r--r--examples/README4
-rw-r--r--examples/demo/textdrawing/example.html8
-rw-r--r--examples/examples.pro2
-rw-r--r--examples/fileiconview/mainwindow.cpp2
-rw-r--r--examples/iconview/simple_dd/main.h2
-rw-r--r--examples/listviews/listviews.h2
-rw-r--r--examples/network/remotecontrol/ipcserver.cpp2
-rw-r--r--examples/qtl/qtl-qvaluelist.doc19
-rw-r--r--examples/sound/sound.h2
-rw-r--r--examples/splitter/splitter.cpp2
-rw-r--r--examples/tqtl/tqtl-tqvaluelist.doc19
-rw-r--r--examples/tqtl/tqtl.pro (renamed from examples/qtl/qtl.pro)2
-rw-r--r--examples/tqtl/tqvaluelistiterator.cpp (renamed from examples/qtl/tqvaluelistiterator.cpp)2
-rw-r--r--examples/widgets/widgets.cpp2
-rw-r--r--examples/xml/tagreader/tagreader.cpp2
15 files changed, 36 insertions, 36 deletions
diff --git a/examples/README b/examples/README
index a32df67c..8003540b 100644
--- a/examples/README
+++ b/examples/README
@@ -314,10 +314,10 @@ showimg
sound
Shows how to play sounds from a TQt application (and how to see if
- sound is supported) using QSound.
+ sound is supported) using TQSound.
splitter
- This example shows how to use QSplitter to give the user control
+ This example shows how to use TQSplitter to give the user control
over how much vertical or horizontal space is given to child
widgets.
diff --git a/examples/demo/textdrawing/example.html b/examples/demo/textdrawing/example.html
index 12c6f5e7..331b469b 100644
--- a/examples/demo/textdrawing/example.html
+++ b/examples/demo/textdrawing/example.html
@@ -184,7 +184,7 @@ returns 0.
<p>Reimplemented from <a href="tqwidget.html#28c156">TQWidget.</a>
<h3 class="fn">void <a name="1f406e"></a>TQLabel::setAlignment ( int alignment ) <code>[virtual]</code></h3>
<p>Sets the alignment of the label contents.
-<p>The <em>alignment</em> must be a bitwise OR of <a href="ntqt.html#AlignmentFlags">TQt::AlignmentFlags</a>
+<p>The <em>alignment</em> must be a bitwise OR of <a href="tqt.html#AlignmentFlags">TQt::AlignmentFlags</a>
values. The <code>WordBreak, ExpandTabs, SingleLine</code> and <code>ShowPrefix</code> flags apply only if the label contains a plain text, and
are otherwise ignored. The <code>DontClip</code> flag is always ignored.
<p>If the label has a buddy, the <code>ShowPrefix</code> flag is forced to TRUE.
@@ -192,7 +192,7 @@ are otherwise ignored. The <code>DontClip</code> flag is always ignored.
ExpandTabs</code> if the label doesn't have a buddy and
<code>AlignLeft | AlignVCenter | ExpandTabs | ShowPrefix </code> if
the label has a buddy.
-<p>See also <a href="ntqt.html#AlignmentFlags">TQt::AlignmentFlags</a>, <a href="#2fcaa3">alignment</a>(), <a href="#191701">setBuddy</a>() and <a href="#dffb43">setText</a>().
+<p>See also <a href="tqt.html#AlignmentFlags">TQt::AlignmentFlags</a>, <a href="#2fcaa3">alignment</a>(), <a href="#191701">setBuddy</a>() and <a href="#dffb43">setText</a>().
<p>Examples:
<a href="cursor-cursor-cpp.html#setAlignment">cursor/cursor.cpp</a>
<a href="layout-layout-cpp.html#setAlignment">layout/layout.cpp</a>
@@ -303,8 +303,8 @@ less on resize and can also provide a scrollbar if necessary.
<a href="popup-popup-cpp.html#setText">popup/popup.cpp</a>
<a href="qmag-qmag-cpp.html#setText">qmag/qmag.cpp</a>
<a href="customlayout-main-cpp.html#setText">customlayout/main.cpp</a>
-<h3 class="fn">void <a name="5de3f9"></a>TQLabel::setTextFormat ( <a href="ntqt.html#TextFormat">TQt::TextFormat</a> format )</h3>
-<p>Sets the text format to <em>format.</em> See the <a href="ntqt.html#TextFormat">TQt::TextFormat</a> enum for
+<h3 class="fn">void <a name="5de3f9"></a>TQLabel::setTextFormat ( <a href="tqt.html#TextFormat">TQt::TextFormat</a> format )</h3>
+<p>Sets the text format to <em>format.</em> See the <a href="tqt.html#TextFormat">TQt::TextFormat</a> enum for
an explanation of the possible options.
<p>The default format is <code>AutoText.</code>
<p>See also <a href="#0b92ed">textFormat</a>() and <a href="#dffb43">setText</a>().
diff --git a/examples/examples.pro b/examples/examples.pro
index 7a1da469..aed7c92c 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -42,7 +42,7 @@ SUBDIRS = aclock \
tqdir \
qfd \
qmag \
- qtl \
+ tqtl \
qwerty \
rangecontrols \
richtext \
diff --git a/examples/fileiconview/mainwindow.cpp b/examples/fileiconview/mainwindow.cpp
index 6e9d70aa..a559c9fb 100644
--- a/examples/fileiconview/mainwindow.cpp
+++ b/examples/fileiconview/mainwindow.cpp
@@ -11,7 +11,7 @@
#include "tqfileiconview.h"
#include "../dirview/dirview.h"
-#include <ntqsplitter.h>
+#include <tqsplitter.h>
#include <tqprogressbar.h>
#include <tqlabel.h>
#include <tqstatusbar.h>
diff --git a/examples/iconview/simple_dd/main.h b/examples/iconview/simple_dd/main.h
index 4640e90e..032da5eb 100644
--- a/examples/iconview/simple_dd/main.h
+++ b/examples/iconview/simple_dd/main.h
@@ -9,7 +9,7 @@
#include <ntqapplication.h>
#include <tqcursor.h>
-#include <ntqsplitter.h>
+#include <tqsplitter.h>
#include <tqlistbox.h>
#include <tqiconview.h>
#include <tqpixmap.h>
diff --git a/examples/listviews/listviews.h b/examples/listviews/listviews.h
index b4c8ecaf..51084522 100644
--- a/examples/listviews/listviews.h
+++ b/examples/listviews/listviews.h
@@ -10,7 +10,7 @@
#ifndef LISTVIEWS_H
#define LISTVIEWS_H
-#include <ntqsplitter.h>
+#include <tqsplitter.h>
#include <tqstring.h>
#include <tqobject.h>
#include <tqdatetime.h>
diff --git a/examples/network/remotecontrol/ipcserver.cpp b/examples/network/remotecontrol/ipcserver.cpp
index a850bfa5..80c340b8 100644
--- a/examples/network/remotecontrol/ipcserver.cpp
+++ b/examples/network/remotecontrol/ipcserver.cpp
@@ -1,7 +1,7 @@
#include "ipcserver.h"
#include <tqsocket.h>
-#include <ntqvariant.h>
+#include <tqvariant.h>
#include <tqimage.h>
#include <tqpalette.h>
#include <ntqapplication.h>
diff --git a/examples/qtl/qtl-qvaluelist.doc b/examples/qtl/qtl-qvaluelist.doc
deleted file mode 100644
index 66372412..00000000
--- a/examples/qtl/qtl-qvaluelist.doc
+++ /dev/null
@@ -1,19 +0,0 @@
-/*! \page qtl-tqvaluelist-example.html
-
- \ingroup examples
- \title A Tiny QTL Example
-
-This tiny example shows a \l{TQValueListIterator}.
-
-<hr>
-
- Implementation:
-
- \include qtl/tqvaluelistiterator.cpp
-
-
-*/
-
-
-
-
diff --git a/examples/sound/sound.h b/examples/sound/sound.h
index 416927b2..6a5541c7 100644
--- a/examples/sound/sound.h
+++ b/examples/sound/sound.h
@@ -9,7 +9,7 @@
#ifndef PLAY_H
#define PLAY_H
-#include "ntqsound.h"
+#include "tqsound.h"
#include <tqmainwindow.h>
class SoundPlayer : public TQMainWindow {
diff --git a/examples/splitter/splitter.cpp b/examples/splitter/splitter.cpp
index e5c1fed8..cb43f1c0 100644
--- a/examples/splitter/splitter.cpp
+++ b/examples/splitter/splitter.cpp
@@ -9,7 +9,7 @@
#include <ntqapplication.h>
#include <tqlabel.h>
-#include <ntqsplitter.h>
+#include <tqsplitter.h>
#include <tqmultilineedit.h>
#include <tqpainter.h>
diff --git a/examples/tqtl/tqtl-tqvaluelist.doc b/examples/tqtl/tqtl-tqvaluelist.doc
new file mode 100644
index 00000000..06ba88dd
--- /dev/null
+++ b/examples/tqtl/tqtl-tqvaluelist.doc
@@ -0,0 +1,19 @@
+/*! \page tqtl-tqvaluelist-example.html
+
+ \ingroup examples
+ \title A Tiny TQTL Example
+
+This tiny example shows a \l{TQValueListIterator}.
+
+<hr>
+
+ Implementation:
+
+ \include tqtl/tqvaluelistiterator.cpp
+
+
+*/
+
+
+
+
diff --git a/examples/qtl/qtl.pro b/examples/tqtl/tqtl.pro
index 151acc19..c909434d 100644
--- a/examples/qtl/qtl.pro
+++ b/examples/tqtl/tqtl.pro
@@ -1,5 +1,5 @@
TEMPLATE = app
-TARGET = qtl
+TARGET = tqtl
CONFIG += qt console warn_on release
diff --git a/examples/qtl/tqvaluelistiterator.cpp b/examples/tqtl/tqvaluelistiterator.cpp
index e477e031..cfb87c31 100644
--- a/examples/qtl/tqvaluelistiterator.cpp
+++ b/examples/tqtl/tqvaluelistiterator.cpp
@@ -9,7 +9,7 @@
#include <tqvaluelist.h>
#include <tqstring.h>
-#include <ntqwindowdefs.h>
+#include <tqwindowdefs.h>
#include <stdio.h>
diff --git a/examples/widgets/widgets.cpp b/examples/widgets/widgets.cpp
index 4ce159fa..9ceabd8b 100644
--- a/examples/widgets/widgets.cpp
+++ b/examples/widgets/widgets.cpp
@@ -40,7 +40,7 @@
#include <tqtabwidget.h>
#include <tqwidgetstack.h>
#include <tqprogressbar.h>
-#include <ntqsplitter.h>
+#include <tqsplitter.h>
#include <tqlistview.h>
#include <tqheader.h>
#include <tqtextbrowser.h>
diff --git a/examples/xml/tagreader/tagreader.cpp b/examples/xml/tagreader/tagreader.cpp
index 42d795c7..4abbf73d 100644
--- a/examples/xml/tagreader/tagreader.cpp
+++ b/examples/xml/tagreader/tagreader.cpp
@@ -10,7 +10,7 @@
#include "structureparser.h"
#include <tqfile.h>
#include <tqxml.h>
-#include <ntqwindowdefs.h>
+#include <tqwindowdefs.h>
int main( int argc, char **argv )
{