summaryrefslogtreecommitdiffstats
path: root/doc/html/qpaintdevice-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qpaintdevice-h.html')
-rw-r--r--doc/html/qpaintdevice-h.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/html/qpaintdevice-h.html b/doc/html/qpaintdevice-h.html
index 6688b3016..c079d3593 100644
--- a/doc/html/qpaintdevice-h.html
+++ b/doc/html/qpaintdevice-h.html
@@ -82,11 +82,6 @@ body { background: #ffffff; color: black; }
#include "ntqrect.h"
#endif // QT_H
-#if defined(TQ_WS_QWS)
-class TQWSDisplay;
-class TQGfx;
-#endif
-
class TQIODevice;
class TQString;
class TQTextItem;
@@ -138,8 +133,6 @@ public:
virtual TQt::HANDLE x11RenderHandle() const;
#elif defined(TQ_WS_MAC)
virtual TQt::HANDLE handle() const;
-#elif defined(TQ_WS_QWS)
- virtual TQt::HANDLE handle() const;
#endif
#if defined(TQ_WS_X11)
@@ -182,13 +175,6 @@ public:
static void x11SetAppDpiY( int, int );
#endif
-#if defined(TQ_WS_QWS)
- static TQWSDisplay *qwsDisplay();
- virtual unsigned char * scanLine(int) const;
- virtual int bytesPerLine() const;
- virtual TQGfx * graphicsContext(bool clip_children=TRUE) const;
-#endif
-
enum PDevCmd {
PdcNOP = 0, // <void>
PdcDrawPoint = 1, // point
@@ -264,8 +250,6 @@ protected:
CGContextRef ctx;
#endif
void * hd;
-#elif defined(TQ_WS_QWS)
- TQt::HANDLE hd;
#endif
virtual bool cmd( int, TQPainter *, TQPDevCmdParam * );