summaryrefslogtreecommitdiffstats
path: root/src/kernel/ntqpainter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/ntqpainter.h')
-rw-r--r--src/kernel/ntqpainter.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/kernel/ntqpainter.h b/src/kernel/ntqpainter.h
index 77e3d183b..fb73ada58 100644
--- a/src/kernel/ntqpainter.h
+++ b/src/kernel/ntqpainter.h
@@ -53,7 +53,6 @@
#include "ntqwmatrix.h"
#endif // QT_H
-class TQGfx;
class TQTextCodec;
class TQTextParag;
class TQPaintDevice;
@@ -63,10 +62,6 @@ class TQMacSavedPortInfo;
#endif
class TQPainterPrivate;
-#if defined(TQ_WS_QWS)
-class TQScreen;
-#endif
-
class TQ_EXPORT TQPainter : public TQt
{
public:
@@ -82,13 +77,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 );
@@ -410,10 +398,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;
@@ -711,11 +695,4 @@ 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