summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/streamwg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/streamwg.cpp')
-rw-r--r--kstars/kstars/streamwg.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kstars/kstars/streamwg.cpp b/kstars/kstars/streamwg.cpp
index 696f3468..a8a2a9fb 100644
--- a/kstars/kstars/streamwg.cpp
+++ b/kstars/kstars/streamwg.cpp
@@ -63,8 +63,8 @@ FILE *wfp;
imgFormatCombo->insertStrList(TQImage::outputFormats());
- connect(playB, TQT_SIGNAL(clicked()), this, TQT_SLOT(playPressed()));
- connect(captureB, TQT_SIGNAL(clicked()), this, TQT_SLOT(captureImage()));
+ connect(playB, TQ_SIGNAL(clicked()), this, TQ_SLOT(playPressed()));
+ connect(captureB, TQ_SIGNAL(clicked()), this, TQ_SLOT(captureImage()));
}
@@ -112,7 +112,7 @@ void StreamWG::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 StreamWG::enableStream(bool enable)