diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-24 11:52:17 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-24 11:52:17 -0600 |
commit | 12fec1b9c668eaedef93e9fc675449289ce9e1de (patch) | |
tree | c617ab1e77165fd8e37abd80be3a39ed343c4928 | |
parent | ba6b21419810544e0c8666969d21d72161d9084c (diff) | |
download | tdeedu-12fec1b9c668eaedef93e9fc675449289ce9e1de.tar.gz tdeedu-12fec1b9c668eaedef93e9fc675449289ce9e1de.zip |
Rename a few stragglers
-rw-r--r-- | kstars/kstars/ccdpreviewwg.cpp | 2 | ||||
-rw-r--r-- | kstars/kstars/streamwg.cpp | 2 |
2 files changed, 2 insertions, 2 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() diff --git a/kstars/kstars/streamwg.cpp b/kstars/kstars/streamwg.cpp index d000abfc..53d19fc7 100644 --- a/kstars/kstars/streamwg.cpp +++ b/kstars/kstars/streamwg.cpp @@ -145,7 +145,7 @@ void StreamWG::setSize(int wd, int ht) void StreamWG::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()); } /* |