summaryrefslogtreecommitdiffstats
path: root/doc/html/qpainter-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qpainter-h.html')
-rw-r--r--doc/html/qpainter-h.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/doc/html/qpainter-h.html b/doc/html/qpainter-h.html
index 5bc9742b8..56e6199fe 100644
--- a/doc/html/qpainter-h.html
+++ b/doc/html/qpainter-h.html
@@ -89,7 +89,6 @@ body { background: #ffffff; color: black; }
#include "ntqwmatrix.h"
#endif // QT_H
-class TQGfx;
class TQTextCodec;
class TQTextParag;
class TQPaintDevice;
@@ -99,10 +98,6 @@ class TQMacSavedPortInfo;
#endif
class TQPainterPrivate;
-#if defined(TQ_WS_QWS)
-class TQScreen;
-#endif
-
class TQ_EXPORT TQPainter : public TQt
{
public:
@@ -118,13 +113,6 @@ public:
bool end();
TQPaintDevice *device() const;
-#ifdef TQ_WS_QWS
- TQGfx * internalGfx();
-#ifdef QT_QWS_EXPERIMENTAL_SCREENPAINTER
- bool begin(TQScreen *screen);
-#endif
-#endif
-
static void redirect( TQPaintDevice *pdev, TQPaintDevice *replacement );
static TQPaintDevice *redirect( TQPaintDevice *pdev );
@@ -446,10 +434,6 @@ protected:
friend const TQRegion &qt_mac_update_painter(TQPainter *, bool);
friend class TQFontEngineMac;
friend class TQMacPainter;
-#elif defined(TQ_WS_QWS)
- friend class TQFontEngine;
- TQGfx * gfx;
- friend void qwsUpdateActivePainters();
#endif
friend class TQFontMetrics;
friend class TQFontInfo;
@@ -747,13 +731,6 @@ inline TQRect TQPainter::boundingRect( int x, int y, int w, int h, int tf,
return boundingRect( r, tf, str, len, i );
}
-#if defined(TQ_WS_QWS)
-inline TQGfx * TQPainter::internalGfx()
-{
- return gfx;
-}
-#endif
-
#endif // TQPAINTER_H
</pre>
<!-- eof -->