summaryrefslogtreecommitdiffstats
path: root/examples/demo
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demo')
-rw-r--r--examples/demo/frame.cpp10
-rw-r--r--examples/demo/frame.h2
-rw-r--r--examples/demo/i18n/i18n.cpp12
-rw-r--r--examples/demo/i18n/i18n.h2
-rw-r--r--examples/demo/main.cpp2
-rw-r--r--examples/demo/opengl/glworkspace.cpp10
-rw-r--r--examples/demo/opengl/glworkspace.h2
-rw-r--r--examples/demo/qasteroids/toplevel.h2
-rw-r--r--examples/demo/textdrawing/example.html6
-rw-r--r--examples/demo/textdrawing/helpwindow.cpp10
-rw-r--r--examples/demo/textdrawing/helpwindow.h2
-rw-r--r--examples/demo/textdrawing/textedit.cpp8
-rw-r--r--examples/demo/textdrawing/textedit.h2
13 files changed, 35 insertions, 35 deletions
diff --git a/examples/demo/frame.cpp b/examples/demo/frame.cpp
index c45f3a591..c291c4b9a 100644
--- a/examples/demo/frame.cpp
+++ b/examples/demo/frame.cpp
@@ -10,21 +10,21 @@
#include "frame.h"
#include <ntqapplication.h>
-#include <ntqpopupmenu.h>
-#include <ntqmenubar.h>
+#include <tqpopupmenu.h>
+#include <tqmenubar.h>
#include <ntqaccel.h>
-#include <ntqtoolbox.h>
+#include <tqtoolbox.h>
#include <ntqpainter.h>
#include <tqwidgetstack.h>
#include <tqstylefactory.h>
-#include <ntqaction.h>
+#include <tqaction.h>
#include <ntqsignalmapper.h>
#include <ntqdict.h>
#include <ntqdir.h>
#include <tqtextcodec.h>
#include <stdlib.h>
#include <ntqbuttongroup.h>
-#include <ntqtoolbutton.h>
+#include <tqtoolbutton.h>
static TQTranslator *translator = 0;
static TQTranslator *qt_translator = 0;
diff --git a/examples/demo/frame.h b/examples/demo/frame.h
index 6a2ede5cc..6dd9c1ae3 100644
--- a/examples/demo/frame.h
+++ b/examples/demo/frame.h
@@ -7,7 +7,7 @@
**
*****************************************************************************/
-#include <ntqmainwindow.h>
+#include <tqmainwindow.h>
#include <ntqintdict.h>
#include "categoryinterface.h"
diff --git a/examples/demo/i18n/i18n.cpp b/examples/demo/i18n/i18n.cpp
index 6c4d8be5e..a089e6cca 100644
--- a/examples/demo/i18n/i18n.cpp
+++ b/examples/demo/i18n/i18n.cpp
@@ -2,14 +2,14 @@
#include "wrapper.h"
#include "../textdrawing/textedit.h"
-#include <ntqaction.h>
+#include <tqaction.h>
#include <ntqlayout.h>
#include <ntqvbox.h>
-#include <ntqworkspace.h>
-#include <ntqpopupmenu.h>
-#include <ntqmenubar.h>
-#include <ntqtoolbar.h>
-#include <ntqtoolbutton.h>
+#include <tqworkspace.h>
+#include <tqpopupmenu.h>
+#include <tqmenubar.h>
+#include <tqtoolbar.h>
+#include <tqtoolbutton.h>
#include <ntqpixmap.h>
#include <tqiconset.h>
#include <ntqapplication.h>
diff --git a/examples/demo/i18n/i18n.h b/examples/demo/i18n/i18n.h
index b716fc04e..da325f621 100644
--- a/examples/demo/i18n/i18n.h
+++ b/examples/demo/i18n/i18n.h
@@ -1,7 +1,7 @@
#ifndef I18N_H
#define I18N_H
-#include <ntqmainwindow.h>
+#include <tqmainwindow.h>
class TQWorkspace;
class TQAction;
diff --git a/examples/demo/main.cpp b/examples/demo/main.cpp
index 275dc27b3..e02a375df 100644
--- a/examples/demo/main.cpp
+++ b/examples/demo/main.cpp
@@ -42,7 +42,7 @@
#include <ntqtabwidget.h>
#include <ntqfont.h>
-#include <ntqworkspace.h>
+#include <tqworkspace.h>
#include <tqwidgetstack.h>
#if defined(TQT_MODULE_SQL)
diff --git a/examples/demo/opengl/glworkspace.cpp b/examples/demo/opengl/glworkspace.cpp
index ef90a03a2..80d37b460 100644
--- a/examples/demo/opengl/glworkspace.cpp
+++ b/examples/demo/opengl/glworkspace.cpp
@@ -3,12 +3,12 @@
#include "glgear.h"
#include "gltexobj.h"
-#include <ntqworkspace.h>
+#include <tqworkspace.h>
#include <ntqdialog.h>
-#include <ntqtoolbar.h>
-#include <ntqpopupmenu.h>
-#include <ntqmenubar.h>
-#include <ntqaction.h>
+#include <tqtoolbar.h>
+#include <tqpopupmenu.h>
+#include <tqmenubar.h>
+#include <tqaction.h>
#include <ntqprinter.h>
#include <ntqpainter.h>
#include <ntqcheckbox.h>
diff --git a/examples/demo/opengl/glworkspace.h b/examples/demo/opengl/glworkspace.h
index 6ad1ecb5b..d83f2b60e 100644
--- a/examples/demo/opengl/glworkspace.h
+++ b/examples/demo/opengl/glworkspace.h
@@ -1,7 +1,7 @@
#ifndef GLWORKSPACE_H
#define GLWORKSPACE_H
-#include <ntqmainwindow.h>
+#include <tqmainwindow.h>
class TQWorkspace;
class TQPrinter;
diff --git a/examples/demo/qasteroids/toplevel.h b/examples/demo/qasteroids/toplevel.h
index 87af4c8b5..6209c5f8f 100644
--- a/examples/demo/qasteroids/toplevel.h
+++ b/examples/demo/qasteroids/toplevel.h
@@ -7,7 +7,7 @@
#ifndef __KAST_TOPLEVEL_H__
#define __KAST_TOPLEVEL_H__
-#include <ntqmainwindow.h>
+#include <tqmainwindow.h>
#include <ntqdict.h>
#include <tqmap.h>
diff --git a/examples/demo/textdrawing/example.html b/examples/demo/textdrawing/example.html
index dd62518b1..639b7470d 100644
--- a/examples/demo/textdrawing/example.html
+++ b/examples/demo/textdrawing/example.html
@@ -168,7 +168,7 @@ available space.
<h3 class="fn">int <a name="e3c907"></a>TQLabel::indent () const</h3>
<p>Returns the indent of the label.
<p>See also <a href="#ed9b8b">setIndent</a>().
-<h3 class="fn"><a href="ntqsize.html">TQSize</a> <a name="53c8c7"></a>TQLabel::minimumSizeHint () const <code>[virtual]</code></h3>
+<h3 class="fn"><a href="tqsize.html">TQSize</a> <a name="53c8c7"></a>TQLabel::minimumSizeHint () const <code>[virtual]</code></h3>
<p>Reimplemented for internal reasons; the API is not affected.
<p>Reimplemented from <a href="tqwidget.html#3f0fc2">TQWidget.</a>
<h3 class="fn"><a href="ntqmovie.html">TQMovie</a>* <a name="7dcdfe"></a>TQLabel::movie () const</h3>
@@ -308,12 +308,12 @@ less on resize and can also provide a scrollbar if necessary.
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>().
-<h3 class="fn"><a href="ntqsize.html">TQSize</a> <a name="614dd5"></a>TQLabel::sizeHint () const <code>[virtual]</code></h3>
+<h3 class="fn"><a href="tqsize.html">TQSize</a> <a name="614dd5"></a>TQLabel::sizeHint () const <code>[virtual]</code></h3>
<p>Reimplemented for internal reasons; the API is not affected.
<p>Examples:
<a href="layout-layout-cpp.html#sizeHint">layout/layout.cpp</a>
<p>Reimplemented from <a href="tqwidget.html#290bcd">TQWidget.</a>
-<h3 class="fn"><a href="ntqsizepolicy.html">TQSizePolicy</a> <a name="26e1d9"></a>TQLabel::sizePolicy () const <code>[virtual]</code></h3>
+<h3 class="fn"><a href="tqsizepolicy.html">TQSizePolicy</a> <a name="26e1d9"></a>TQLabel::sizePolicy () const <code>[virtual]</code></h3>
<p>Reimplemented for internal reasons; the API is not affected.
<p>Reimplemented from <a href="tqwidget.html#2d5d13">TQWidget.</a>
<h3 class="fn"><a href="tqstring.html">TQString</a> <a name="72cf09"></a>TQLabel::text () const</h3>
diff --git a/examples/demo/textdrawing/helpwindow.cpp b/examples/demo/textdrawing/helpwindow.cpp
index 3795d5cb0..79821ec11 100644
--- a/examples/demo/textdrawing/helpwindow.cpp
+++ b/examples/demo/textdrawing/helpwindow.cpp
@@ -8,12 +8,12 @@
*****************************************************************************/
#include "helpwindow.h"
-#include <ntqstatusbar.h>
+#include <tqstatusbar.h>
#include <ntqpixmap.h>
-#include <ntqpopupmenu.h>
-#include <ntqmenubar.h>
-#include <ntqtoolbar.h>
-#include <ntqtoolbutton.h>
+#include <tqpopupmenu.h>
+#include <tqmenubar.h>
+#include <tqtoolbar.h>
+#include <tqtoolbutton.h>
#include <tqiconset.h>
#include <ntqfile.h>
#include <tqtextstream.h>
diff --git a/examples/demo/textdrawing/helpwindow.h b/examples/demo/textdrawing/helpwindow.h
index 998cc17a0..e07fb95ef 100644
--- a/examples/demo/textdrawing/helpwindow.h
+++ b/examples/demo/textdrawing/helpwindow.h
@@ -10,7 +10,7 @@
#ifndef HELPWINDOW_H
#define HELPWINDOW_H
-#include <ntqmainwindow.h>
+#include <tqmainwindow.h>
#include <tqtextbrowser.h>
#include <tqstringlist.h>
#include <tqmap.h>
diff --git a/examples/demo/textdrawing/textedit.cpp b/examples/demo/textdrawing/textedit.cpp
index b287fad42..56f2e45e7 100644
--- a/examples/demo/textdrawing/textedit.cpp
+++ b/examples/demo/textdrawing/textedit.cpp
@@ -10,10 +10,10 @@
#include "textedit.h"
#include <tqtextedit.h>
-#include <ntqaction.h>
-#include <ntqmenubar.h>
-#include <ntqpopupmenu.h>
-#include <ntqtoolbar.h>
+#include <tqaction.h>
+#include <tqmenubar.h>
+#include <tqpopupmenu.h>
+#include <tqtoolbar.h>
#include <ntqtabwidget.h>
#include <ntqapplication.h>
#include <ntqfontdatabase.h>
diff --git a/examples/demo/textdrawing/textedit.h b/examples/demo/textdrawing/textedit.h
index eef95c32f..ef03f0a01 100644
--- a/examples/demo/textdrawing/textedit.h
+++ b/examples/demo/textdrawing/textedit.h
@@ -10,7 +10,7 @@
#ifndef TEXTEDIT_H
#define TEXTEDIT_H
-#include <ntqmainwindow.h>
+#include <tqmainwindow.h>
#include <tqmap.h>
class TQAction;