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.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/kstars/kstars/ccdpreviewwg.cpp b/kstars/kstars/ccdpreviewwg.cpp
index 6d86c413..fc953a61 100644
--- a/kstars/kstars/ccdpreviewwg.cpp
+++ b/kstars/kstars/ccdpreviewwg.cpp
@@ -76,12 +76,12 @@ FILE *CCDwfp;
imgFormatCombo->insertStrList(TQImage::outputFormats());
- connect(playB, TQT_SIGNAL(clicked()), this, TQT_SLOT(playPressed()));
- connect(captureB, TQT_SIGNAL(clicked()), this, TQT_SLOT(captureImage()));
- connect(brightnessBar, TQT_SIGNAL(valueChanged(int)), this, TQT_SLOT(brightnessChanged(int)));
- connect(contrastBar, TQT_SIGNAL(valueChanged(int)), this, TQT_SLOT(contrastChanged(int)));
- connect(gammaBar, TQT_SIGNAL(valueChanged(int)), this, TQT_SLOT(gammaChanged(int)));
- connect(focalEdit, TQT_SIGNAL(returnPressed()), this, TQT_SLOT(updateFWHM()));
+ connect(playB, TQ_SIGNAL(clicked()), this, TQ_SLOT(playPressed()));
+ connect(captureB, TQ_SIGNAL(clicked()), this, TQ_SLOT(captureImage()));
+ connect(brightnessBar, TQ_SIGNAL(valueChanged(int)), this, TQ_SLOT(brightnessChanged(int)));
+ connect(contrastBar, TQ_SIGNAL(valueChanged(int)), this, TQ_SLOT(contrastChanged(int)));
+ connect(gammaBar, TQ_SIGNAL(valueChanged(int)), this, TQ_SLOT(gammaChanged(int)));
+ connect(focalEdit, TQ_SIGNAL(returnPressed()), this, TQ_SLOT(updateFWHM()));
}
CCDPreviewWG::~CCDPreviewWG()
@@ -128,7 +128,7 @@ void CCDPreviewWG::setColorFrame(bool color)
// callback notified
sNotifier = new TQSocketNotifier( streamFD, TQSocketNotifier::Read, this);
- TQObject::connect( sNotifier, TQT_SIGNAL(activated(int)), this, TQT_SLOT(streamReceived()));
+ TQObject::connect( sNotifier, TQ_SIGNAL(activated(int)), this, TQ_SLOT(streamReceived()));
}*/
void CCDPreviewWG::enableStream(bool enable)