summaryrefslogtreecommitdiffstats
path: root/doc/html/qcanvas-h.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-13 17:43:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-13 17:43:39 -0600
commit359640943bcf155faa9a067dde9e00a123276290 (patch)
treefb3d55ea5e18949042fb0064123fb73d2b1eb932 /doc/html/qcanvas-h.html
parenta829bcdc533e154000803d517200d32fe762e85c (diff)
downloadtqt3-359640943bcf155faa9a067dde9e00a123276290.tar.gz
tqt3-359640943bcf155faa9a067dde9e00a123276290.zip
Automated update from Qt3
Diffstat (limited to 'doc/html/qcanvas-h.html')
-rw-r--r--doc/html/qcanvas-h.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/qcanvas-h.html b/doc/html/qcanvas-h.html
index 80ff0b831..13336112d 100644
--- a/doc/html/qcanvas-h.html
+++ b/doc/html/qcanvas-h.html
@@ -87,7 +87,7 @@ body { background: #ffffff; color: black; }
#include "ntqpointarray.h"
#endif // QT_H
-#if !defined( QT_MODULE_CANVAS ) || defined( QT_LICENSE_PROFESSIONAL ) || defined( QT_INTERNAL_CANVAS )
+#if !defined( TQT_MODULE_CANVAS ) || defined( QT_LICENSE_PROFESSIONAL ) || defined( QT_INTERNAL_CANVAS )
#define TQM_EXPORT_CANVAS
#define TQM_TEMPLATE_EXTERN_CANVAS
#else
@@ -254,7 +254,7 @@ class TQCanvasData;
class TQM_EXPORT_CANVAS TQCanvas : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
TQCanvas( TQObject* parent = 0, const char* name = 0 );
TQCanvas(int w, int h);
@@ -389,7 +389,7 @@ private:
friend void qt_unview(TQCanvas* c);
-#if defined(Q_DISABLE_COPY) // Disabled copy constructor and operator=
+#if defined(TQ_DISABLE_COPY) // Disabled copy constructor and operator=
TQCanvas( const TQCanvas &amp; );
TQCanvas &amp;operator=( const TQCanvas &amp; );
#endif
@@ -399,7 +399,7 @@ class TQCanvasViewData;
class TQM_EXPORT_CANVAS TQCanvasView : public TQScrollView
{
- Q_OBJECT
+ TQ_OBJECT
public:
TQCanvasView(TQWidget* parent=0, const char* name=0, WFlags f=0);
@@ -429,7 +429,7 @@ private slots:
void updateContentsSize();
private:
-#if defined(Q_DISABLE_COPY) // Disabled copy constructor and operator=
+#if defined(TQ_DISABLE_COPY) // Disabled copy constructor and operator=
TQCanvasView( const TQCanvasView &amp; );
TQCanvasView &amp;operator=( const TQCanvasView &amp; );
#endif
@@ -453,7 +453,7 @@ public:
void setOffset(int x, int y) { hotx = x; hoty = y; }
private:
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQCanvasPixmap( const TQCanvasPixmap &amp; );
TQCanvasPixmap &amp;operator=( const TQCanvasPixmap &amp; );
#endif
@@ -499,7 +499,7 @@ public:
{ return (uint)framecount; }
private:
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQCanvasPixmapArray( const TQCanvasPixmapArray &amp; );
TQCanvasPixmapArray &amp;operator=( const TQCanvasPixmapArray &amp; );
#endif
@@ -565,7 +565,7 @@ public:
void draw(TQPainter&amp; painter);
private:
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQCanvasSprite( const TQCanvasSprite &amp; );
TQCanvasSprite &amp;operator=( const TQCanvasSprite &amp; );
#endif
@@ -822,7 +822,7 @@ protected:
virtual void draw(TQPainter&amp;);
private:
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQCanvasText( const TQCanvasText &amp; );
TQCanvasText &amp;operator=( const TQCanvasText &amp; );
#endif