summaryrefslogtreecommitdiffstats
path: root/doc/html/qgl-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/qgl-h.html
parenta829bcdc533e154000803d517200d32fe762e85c (diff)
downloadtqt3-359640943bcf155faa9a067dde9e00a123276290.tar.gz
tqt3-359640943bcf155faa9a067dde9e00a123276290.zip
Automated update from Qt3
Diffstat (limited to 'doc/html/qgl-h.html')
-rw-r--r--doc/html/qgl-h.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qgl-h.html b/doc/html/qgl-h.html
index 3a6b37518..6a5031369 100644
--- a/doc/html/qgl-h.html
+++ b/doc/html/qgl-h.html
@@ -82,7 +82,7 @@ body { background: #ffffff; color: black; }
#include "ntqglcolormap.h"
#endif // QT_H
-#if !defined( QT_MODULE_OPENGL ) || defined( QT_LICENSE_PROFESSIONAL )
+#if !defined( TQT_MODULE_OPENGL ) || defined( QT_LICENSE_PROFESSIONAL )
#define TQM_EXPORT_OPENGL
#else
#define TQM_EXPORT_OPENGL Q_EXPORT
@@ -310,7 +310,7 @@ private: // Disabled copy constructor and operator=
class TQM_EXPORT_OPENGL TQGLWidget : public TQWidget, public TQGL
{
- Q_OBJECT
+ TQ_OBJECT
public:
TQGLWidget( TQWidget* parent=0, const char* name=0,
const TQGLWidget* shareWidget = 0, WFlags f=0 );
@@ -403,7 +403,7 @@ private:
#endif
private: // Disabled copy constructor and operator=
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQGLWidget( const TQGLWidget&amp; );
TQGLWidget&amp; operator=( const TQGLWidget&amp; );
#endif