diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-24 11:52:17 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-04 04:36:07 +0200 |
commit | ca14c767983e4d8f7bdbba268c32390789c98076 (patch) | |
tree | 8ac514f59ce8996fd74334a0e315be875baf8a0e /kstars | |
parent | 7e5586b24f4a2924cbf3303e434b941e25e3b4d2 (diff) | |
download | tdeedu-ca14c767983e4d8f7bdbba268c32390789c98076.tar.gz tdeedu-ca14c767983e4d8f7bdbba268c32390789c98076.zip |
Rename a few stragglers
(cherry picked from commit 12fec1b9c668eaedef93e9fc675449289ce9e1de)
Diffstat (limited to 'kstars')
-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()); } /* |