summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/ccdpreviewwg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/ccdpreviewwg.cpp')
-rw-r--r--kstars/kstars/ccdpreviewwg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kstars/kstars/ccdpreviewwg.cpp b/kstars/kstars/ccdpreviewwg.cpp
index e9269e60..26370cad 100644
--- a/kstars/kstars/ccdpreviewwg.cpp
+++ b/kstars/kstars/ccdpreviewwg.cpp
@@ -49,7 +49,7 @@
FILE *CCDwfp;
- CCDPreviewWG::CCDPreviewWG(INDIStdDevice *inStdDev, TQWidget * tqparent, const char * name) : CCDPreviewForm(tqparent, name)
+ CCDPreviewWG::CCDPreviewWG(INDIStdDevice *inStdDev, TQWidget * parent, const char * name) : CCDPreviewForm(parent, name)
{
stdDev = inStdDev;
@@ -277,7 +277,7 @@ void CCDPreviewWG::captureImage()
}
-CCDVideoWG::CCDVideoWG(TQWidget * tqparent, const char * name) : TQFrame(tqparent, name, TQt::WNoAutoErase)
+CCDVideoWG::CCDVideoWG(TQWidget * parent, const char * name) : TQFrame(parent, name, TQt::WNoAutoErase)
{
streamImage = NULL;
streamBuffer = NULL;