diff options
Diffstat (limited to 'examples/demo')
-rw-r--r-- | examples/demo/frame.cpp | 2 | ||||
-rw-r--r-- | examples/demo/opengl/glcontrolwidget.cpp | 2 | ||||
-rw-r--r-- | examples/demo/qasteroids/toplevel.cpp | 2 | ||||
-rw-r--r-- | examples/demo/qasteroids/view.cpp | 2 | ||||
-rw-r--r-- | examples/demo/textdrawing/example.html | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/examples/demo/frame.cpp b/examples/demo/frame.cpp index 728708517..85375eb55 100644 --- a/examples/demo/frame.cpp +++ b/examples/demo/frame.cpp @@ -12,7 +12,7 @@ #include <ntqapplication.h> #include <tqpopupmenu.h> #include <tqmenubar.h> -#include <ntqaccel.h> +#include <tqaccel.h> #include <tqtoolbox.h> #include <tqpainter.h> #include <tqwidgetstack.h> diff --git a/examples/demo/opengl/glcontrolwidget.cpp b/examples/demo/opengl/glcontrolwidget.cpp index 3ce28078f..33f3bafda 100644 --- a/examples/demo/opengl/glcontrolwidget.cpp +++ b/examples/demo/opengl/glcontrolwidget.cpp @@ -1,6 +1,6 @@ #include "glcontrolwidget.h" -#include <ntqcursor.h> +#include <tqcursor.h> #include <tqtimer.h> #include <math.h> diff --git a/examples/demo/qasteroids/toplevel.cpp b/examples/demo/qasteroids/toplevel.cpp index 06e83af3e..5eb9a9c87 100644 --- a/examples/demo/qasteroids/toplevel.cpp +++ b/examples/demo/qasteroids/toplevel.cpp @@ -4,7 +4,7 @@ * Part of the KDE project */ // --- toplevel.cpp --- -#include <ntqaccel.h> +#include <tqaccel.h> #include <tqlabel.h> #include <tqlayout.h> #include <tqlcdnumber.h> diff --git a/examples/demo/qasteroids/view.cpp b/examples/demo/qasteroids/view.cpp index 9e673a386..28c8895e9 100644 --- a/examples/demo/qasteroids/view.cpp +++ b/examples/demo/qasteroids/view.cpp @@ -8,7 +8,7 @@ #include <math.h> #include <ntqapplication.h> #include <ntqkeycode.h> -#include <ntqaccel.h> +#include <tqaccel.h> #include <ntqmessagebox.h> #include "view.h" diff --git a/examples/demo/textdrawing/example.html b/examples/demo/textdrawing/example.html index d492428e4..b0c7c1984 100644 --- a/examples/demo/textdrawing/example.html +++ b/examples/demo/textdrawing/example.html @@ -94,7 +94,7 @@ corner (both lines being flush with the right side of the label): </pre> <p>A TQLabel is often used as a label for another, interactive widget. For this use, TQLabel provides a handy mechanism for adding -an accelerator key (see <a href="ntqaccel.html">TQAccel</a>) that will set the keyboard focus to +an accelerator key (see <a href="tqaccel.html">TQAccel</a>) that will set the keyboard focus to the other widget (called the TQLabel's "buddy"). Example: <p><pre> <a href="tqlineedit.html">TQLineEdit</a>* phoneEdit = new <a href="tqlineedit.html">TQLineEdit</a>( this, "phoneEdit" ); <a href="tqlabel.html">TQLabel</a>* phoneLabel = new <a href="tqlabel.html">TQLabel</a>( phoneEdit, "&Phone:", this, "phoneLabel" ); @@ -235,7 +235,7 @@ left of its data entry widget (its "buddy"), somewhat like this: presses Alt-N, and to the Phone field when the user presses Alt-P. <p>To unset a previously set buddy, call this function with <em>buddy</em> set to 0. -<p>See also <a href="#123954">buddy</a>(), <a href="#dffb43">setText</a>(), <a href="ntqaccel.html">TQAccel</a> and <a href="#1f406e">setAlignment</a>(). +<p>See also <a href="#123954">buddy</a>(), <a href="#dffb43">setText</a>(), <a href="tqaccel.html">TQAccel</a> and <a href="#1f406e">setAlignment</a>(). <p>Examples: <a href="layout-layout-cpp.html#setBuddy">layout/layout.cpp</a> <h3 class="fn">void <a name="ed9b8b"></a>TQLabel::setIndent ( int indent )</h3> |