diff options
Diffstat (limited to 'kstars/kstars/ccdpreviewwg.h')
-rw-r--r-- | kstars/kstars/ccdpreviewwg.h | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/kstars/kstars/ccdpreviewwg.h b/kstars/kstars/ccdpreviewwg.h index ee079f81..d6eddbfc 100644 --- a/kstars/kstars/ccdpreviewwg.h +++ b/kstars/kstars/ccdpreviewwg.h @@ -31,9 +31,10 @@ enum Pixelorder {PIXELORDER_NORMAL=1, PIXELORDER_DUAL=2}; class CCDPreviewWG : public CCDPreviewForm { Q_OBJECT + TQ_OBJECT public: - CCDPreviewWG(INDIStdDevice *inStdDev, TQWidget * parent =0, const char * name =0); + CCDPreviewWG(INDIStdDevice *inStdDev, TQWidget * tqparent =0, const char * name =0); ~CCDPreviewWG(); friend class CCDVideoWG; @@ -70,12 +71,13 @@ enum Pixelorder {PIXELORDER_NORMAL=1, PIXELORDER_DUAL=2}; void updateFWHM(); }; - class CCDVideoWG : public QFrame + class CCDVideoWG : public TQFrame { Q_OBJECT + TQ_OBJECT public: - CCDVideoWG(TQWidget * parent =0, const char * name =0); + CCDVideoWG(TQWidget * tqparent =0, const char * name =0); ~CCDVideoWG(); friend class CCDPreviewWG; @@ -85,9 +87,9 @@ enum Pixelorder {PIXELORDER_NORMAL=1, PIXELORDER_DUAL=2}; private: void redrawVideoWG(void); long totalBaseCount; - QRgb *grayTable; - QImage *streamImage; - QPixmap qPix; + TQRgb *grayTable; + TQImage *streamImage; + TQPixmap qPix; KPixmapIO kPixIO; unsigned char *streamBuffer; unsigned char *displayBuffer; |