diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/README | 10 | ||||
-rw-r--r-- | examples/canvas/canvas.doc | 4 | ||||
-rw-r--r-- | examples/canvas/canvas.h | 2 | ||||
-rw-r--r-- | examples/chart/canvastext.h | 2 | ||||
-rw-r--r-- | examples/chart/canvasview.h | 2 | ||||
-rw-r--r-- | examples/chart/chart.doc | 2 | ||||
-rw-r--r-- | examples/chart/chartform_canvas.cpp | 2 | ||||
-rw-r--r-- | examples/chart/images/chart-forms.sk | 2 | ||||
-rw-r--r-- | examples/demo/graph.cpp | 2 | ||||
-rw-r--r-- | examples/demo/qasteroids/sprites.h | 2 | ||||
-rw-r--r-- | examples/demo/qasteroids/view.h | 2 | ||||
-rw-r--r-- | examples/demo/translations/demo_ar.ts | 12 | ||||
-rw-r--r-- | examples/demo/translations/demo_de.ts | 10 | ||||
-rw-r--r-- | examples/demo/translations/demo_fr.ts | 6 | ||||
-rw-r--r-- | examples/demo/translations/demo_he.ts | 12 |
15 files changed, 36 insertions, 36 deletions
diff --git a/examples/README b/examples/README index 1bd72aba7..6c6d0cab7 100644 --- a/examples/README +++ b/examples/README @@ -38,10 +38,10 @@ buttongroups QPopupMenu to a button. canvas - This examples demonstrates many of QCanvasView's facilities, but - by no means all of them. It uses QCanvasItem, QCanvasLine, - QCanvasRectangle, QCanvasEllipse, QCanvasSprite, and of course - QCanvas. + This examples demonstrates many of TQCanvasView's facilities, but + by no means all of them. It uses TQCanvasItem, TQCanvasLine, + TQCanvasRectangle, TQCanvasEllipse, TQCanvasSprite, and of course + TQCanvas. chart An application for maintaining simple numeric data and visualising @@ -307,7 +307,7 @@ scribble An implementation of the well known scribble program. You can draw with different pen colors and widths and save the result as a pixmap in various formats. It shows how to do drawing using a - TQWidget subclass (rather than a QCanvas for example). It also + TQWidget subclass (rather than a TQCanvas for example). It also shows how to add a QSpinBox to a QToolBar and how to implement a button that pops up a menu (using QPushButton and QPopupMenu), and also how to use the QColorDialog. diff --git a/examples/canvas/canvas.doc b/examples/canvas/canvas.doc index f6d77ad68..787ea6f9c 100644 --- a/examples/canvas/canvas.doc +++ b/examples/canvas/canvas.doc @@ -3,8 +3,8 @@ \ingroup examples \title Canvas Example - This example shows a QCanvas and some \l{QCanvasItem}s in action. - You can do a lot more with QCanvas than we show here, but the + This example shows a TQCanvas and some \l{TQCanvasItem}s in action. + You can do a lot more with TQCanvas than we show here, but the example provides a taste of what can be done. <hr> diff --git a/examples/canvas/canvas.h b/examples/canvas/canvas.h index 20e1cc95c..60ff9da22 100644 --- a/examples/canvas/canvas.h +++ b/examples/canvas/canvas.h @@ -4,7 +4,7 @@ #include <ntqpopupmenu.h> #include <ntqmainwindow.h> #include <ntqintdict.h> -#include <ntqcanvas.h> +#include <tqcanvas.h> class BouncyLogo : public TQCanvasSprite { void initPos(); diff --git a/examples/chart/canvastext.h b/examples/chart/canvastext.h index 6b61fa46f..fa288c2bf 100644 --- a/examples/chart/canvastext.h +++ b/examples/chart/canvastext.h @@ -1,7 +1,7 @@ #ifndef CANVASTEXT_H #define CANVASTEXT_H -#include <ntqcanvas.h> +#include <tqcanvas.h> class TQFont; diff --git a/examples/chart/canvasview.h b/examples/chart/canvasview.h index a066c1b1f..0bb176275 100644 --- a/examples/chart/canvasview.h +++ b/examples/chart/canvasview.h @@ -4,7 +4,7 @@ #include "element.h" #include "canvastext.h" -#include <ntqcanvas.h> +#include <tqcanvas.h> class TQPoint; diff --git a/examples/chart/chart.doc b/examples/chart/chart.doc index c6c99f267..ff4f7c860 100644 --- a/examples/chart/chart.doc +++ b/examples/chart/chart.doc @@ -6,7 +6,7 @@ \title A Complete Canvas Application This is a complete example program with a main window, menus and - toolbars. The main widget is a QCanvas, and this example + toolbars. The main widget is a TQCanvas, and this example demonstrates basic canvas usage. \omit This example is the subject of \link tutorial2.html Tutorial diff --git a/examples/chart/chartform_canvas.cpp b/examples/chart/chartform_canvas.cpp index 72b65f5c1..8d7892924 100644 --- a/examples/chart/chartform_canvas.cpp +++ b/examples/chart/chartform_canvas.cpp @@ -2,7 +2,7 @@ #include "chartform.h" #include <ntqbrush.h> -#include <ntqcanvas.h> +#include <tqcanvas.h> #include <math.h> // sin, cos diff --git a/examples/chart/images/chart-forms.sk b/examples/chart/images/chart-forms.sk index d9087b48d..89d6ff9f8 100644 --- a/examples/chart/images/chart-forms.sk +++ b/examples/chart/images/chart-forms.sk @@ -84,7 +84,7 @@ le() lw(1) Fn('Helvetica-Narrow-Bold') Fs(18) -txt('QCanvas',(580.906,-614.774)) +txt('TQCanvas',(580.906,-614.774)) G_() lw(1.41732) la2(([(-4.0, 3.0), (2.0, 0.0), (-4.0, -3.0), (-4.0, 3.0)], 1)) diff --git a/examples/demo/graph.cpp b/examples/demo/graph.cpp index 257609f13..a4a3dc487 100644 --- a/examples/demo/graph.cpp +++ b/examples/demo/graph.cpp @@ -1,5 +1,5 @@ #include "graph.h" -#include <ntqcanvas.h> +#include <tqcanvas.h> #include <stdlib.h> #include <ntqdatetime.h> #include <ntqhbox.h> diff --git a/examples/demo/qasteroids/sprites.h b/examples/demo/qasteroids/sprites.h index dbf834412..1f39e74ac 100644 --- a/examples/demo/qasteroids/sprites.h +++ b/examples/demo/qasteroids/sprites.h @@ -7,7 +7,7 @@ #ifndef __SPRITES_H__ #define __SPRITES_H__ -#include <ntqcanvas.h> +#include <tqcanvas.h> #define ID_ROCK_LARGE 1024 #define ID_ROCK_MEDIUM 1025 diff --git a/examples/demo/qasteroids/view.h b/examples/demo/qasteroids/view.h index 35b360ab0..34ee3d53e 100644 --- a/examples/demo/qasteroids/view.h +++ b/examples/demo/qasteroids/view.h @@ -11,7 +11,7 @@ #include <ntqptrlist.h> #include <ntqintdict.h> #include <ntqtimer.h> -#include <ntqcanvas.h> +#include <tqcanvas.h> #include "sprites.h" #define MAX_POWER_LEVEL 1000 diff --git a/examples/demo/translations/demo_ar.ts b/examples/demo/translations/demo_ar.ts index 6a749aa5b..b63b22da4 100644 --- a/examples/demo/translations/demo_ar.ts +++ b/examples/demo/translations/demo_ar.ts @@ -733,15 +733,15 @@ <context> <name>KAsteroidsView</name> <message> - <source>QCanvas demo</source> - <translation>عرض QCanvas</translation> + <source>TQCanvas demo</source> + <translation>عرض TQCanvas</translation> </message> <message> - <source>This game has been implemented using the QCanvas class. -The QCanvas class is not part of the Professional Edition. Please + <source>This game has been implemented using the TQCanvas class. +The TQCanvas class is not part of the Professional Edition. Please contact Trolltech if you want to upgrade to the Enterprise Edition.</source> - <translation>تمّ إنجاز هذه اللّعبة باستعمال فصيلة QCanvas. -فصيلة QCanvas ليست جزء من التّحريرة الاحترافية. تفضّل + <translation>تمّ إنجاز هذه اللّعبة باستعمال فصيلة TQCanvas. +فصيلة TQCanvas ليست جزء من التّحريرة الاحترافية. تفضّل بالإتّصال بترولتك إن أردت التّرفيع إلى تحريرة الشّركات.</translation> </message> <message> diff --git a/examples/demo/translations/demo_de.ts b/examples/demo/translations/demo_de.ts index 3f78437be..3c7b2ca5a 100644 --- a/examples/demo/translations/demo_de.ts +++ b/examples/demo/translations/demo_de.ts @@ -535,14 +535,14 @@ Windows 95/98/NT/2000, Linux, Solaris, HP-UX. und viele andere Unix-Derivate mit <context> <name>KAsteroidsView</name> <message> - <source>QCanvas demo</source> - <translation>QCanvas Demonstration</translation> + <source>TQCanvas demo</source> + <translation>TQCanvas Demonstration</translation> </message> <message> - <source>This game has been implemented using the QCanvas class. -The QCanvas class is not part of the Professional Edition. Please + <source>This game has been implemented using the TQCanvas class. +The TQCanvas class is not part of the Professional Edition. Please contact Trolltech if you want to upgrade to the Enterprise Edition.</source> - <translation>Dieses Spiel wurde mit der QCanvas Klasse implementiert. Diese ist kein Teil der Professional Edition. Bitte kontaktieren Sie Trolltech wenn sie auf the Enterprise Edition upgraden möchten.</translation> + <translation>Dieses Spiel wurde mit der TQCanvas Klasse implementiert. Diese ist kein Teil der Professional Edition. Bitte kontaktieren Sie Trolltech wenn sie auf the Enterprise Edition upgraden möchten.</translation> </message> </context> <context encoding="UTF-8"> diff --git a/examples/demo/translations/demo_fr.ts b/examples/demo/translations/demo_fr.ts index 9a9bd219e..8e59cae10 100644 --- a/examples/demo/translations/demo_fr.ts +++ b/examples/demo/translations/demo_fr.ts @@ -534,12 +534,12 @@ <context> <name>KAsteroidsView</name> <message> - <source>QCanvas demo</source> + <source>TQCanvas demo</source> <translation type="unfinished"></translation> </message> <message> - <source>This game has been implemented using the QCanvas class. -The QCanvas class is not part of the Professional Edition. Please + <source>This game has been implemented using the TQCanvas class. +The TQCanvas class is not part of the Professional Edition. Please contact Trolltech if you want to upgrade to the Enterprise Edition.</source> <translation type="unfinished"></translation> </message> diff --git a/examples/demo/translations/demo_he.ts b/examples/demo/translations/demo_he.ts index 48439b457..35247dab9 100644 --- a/examples/demo/translations/demo_he.ts +++ b/examples/demo/translations/demo_he.ts @@ -532,15 +532,15 @@ <context> <name>KAsteroidsView</name> <message> - <source>QCanvas demo</source> - <translation>הדגמה של QCanvas</translation> + <source>TQCanvas demo</source> + <translation>הדגמה של TQCanvas</translation> </message> <message> - <source>This game has been implemented using the QCanvas class. -The QCanvas class is not part of the Professional Edition. Please + <source>This game has been implemented using the TQCanvas class. +The TQCanvas class is not part of the Professional Edition. Please contact Trolltech if you want to upgrade to the Enterprise Edition.</source> - <translation>משחק זה יושם באמצעות המחלקה QCanvas. -המחלקה QCanvas אינה חלק מהמהדורה המקצועית. אנא + <translation>משחק זה יושם באמצעות המחלקה TQCanvas. +המחלקה TQCanvas אינה חלק מהמהדורה המקצועית. אנא צור קשר עם Trolltech אם ברצונך לשדרג למהדורה העסקית.</translation> </message> </context> |