summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/ccdpreviewwg.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-24 11:52:17 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-24 11:52:17 -0600
commit12fec1b9c668eaedef93e9fc675449289ce9e1de (patch)
treec617ab1e77165fd8e37abd80be3a39ed343c4928 /kstars/kstars/ccdpreviewwg.cpp
parentba6b21419810544e0c8666969d21d72161d9084c (diff)
downloadtdeedu-12fec1b9.tar.gz
tdeedu-12fec1b9.zip
Rename a few stragglers
Diffstat (limited to 'kstars/kstars/ccdpreviewwg.cpp')
-rw-r--r--kstars/kstars/ccdpreviewwg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kstars/kstars/ccdpreviewwg.cpp b/kstars/kstars/ccdpreviewwg.cpp
index 10a4e22e..abe0ae21 100644
--- a/kstars/kstars/ccdpreviewwg.cpp
+++ b/kstars/kstars/ccdpreviewwg.cpp
@@ -204,7 +204,7 @@ void CCDPreviewWG::updateFWHM()
void CCDPreviewWG::resizeEvent(TQResizeEvent *ev)
{
- streamFrame->resize(ev->size().width() - tqlayout()->margin() * 2, ev->size().height() - playB->height() - tqlayout()->margin() * 2 - tqlayout()->spacing());
+ streamFrame->resize(ev->size().width() - layout()->margin() * 2, ev->size().height() - playB->height() - layout()->margin() * 2 - layout()->spacing());
}
void CCDPreviewWG::playPressed()