summaryrefslogtreecommitdiffstats
path: root/src/kernel/tqimage.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-06-25 12:25:06 +0900
committerMichele Calgaro <[email protected]>2024-06-25 12:25:06 +0900
commita09a6bc05e3f64c27e7c84dd768c7720fdf41136 (patch)
treefe5a644a42056c012132e5bbc57f3ce1ba40d5c2 /src/kernel/tqimage.h
parentbba3e1fa3870a23f1cf0b5d1143ffd646ac797a4 (diff)
downloadtqt3-a09a6bc05e3f64c27e7c84dd768c7720fdf41136.tar.gz
tqt3-a09a6bc05e3f64c27e7c84dd768c7720fdf41136.zip
Remove documentation for QWS classes and Qt/Embedded
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/kernel/tqimage.h')
-rw-r--r--src/kernel/tqimage.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/kernel/tqimage.h b/src/kernel/tqimage.h
index ae5b69ff1..b65b1de43 100644
--- a/src/kernel/tqimage.h
+++ b/src/kernel/tqimage.h
@@ -83,11 +83,6 @@ public:
TQImage( uchar* data, int w, int h, int depth,
TQRgb* colortable, int numColors,
Endian bitOrder );
-#ifdef TQ_WS_QWS
- TQImage( uchar* data, int w, int h, int depth, int pbl,
- TQRgb* colortable, int numColors,
- Endian bitOrder );
-#endif
TQImage( const TQImage & );
~TQImage();
@@ -129,10 +124,6 @@ public:
int numBytes() const;
int bytesPerLine() const;
-#ifdef TQ_WS_QWS
- TQGfx * graphicsContext();
-#endif
-
bool create( int width, int height, int depth, int numColors=0,
Endian bitOrder=IgnoreEndian );
bool create( const TQSize&, int depth, int numColors=0,