summaryrefslogtreecommitdiffstats
path: root/clients/tde/src/app
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-07-14 19:50:23 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-07-14 19:50:23 -0500
commit663e2f7a3d1ae0a40f45e760c3ae6998d79c1a2f (patch)
tree88d87fd5190e03dc6237d5ae5ad13df490ee1545 /clients/tde/src/app
parentc50fa83bfd137b6b5aa7f9c1e4c310ddde75e585 (diff)
downloadulab-663e2f7a3d1ae0a40f45e760c3ae6998d79c1a2f.tar.gz
ulab-663e2f7a3d1ae0a40f45e760c3ae6998d79c1a2f.zip
Fix scope
Diffstat (limited to 'clients/tde/src/app')
-rw-r--r--clients/tde/src/app/views/instrumentview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clients/tde/src/app/views/instrumentview.cpp b/clients/tde/src/app/views/instrumentview.cpp
index 4cad117..429f670 100644
--- a/clients/tde/src/app/views/instrumentview.cpp
+++ b/clients/tde/src/app/views/instrumentview.cpp
@@ -48,6 +48,7 @@ void InstrumentView::init() {
m_instrumentPart = (InstrumentPart *)factory->create(TQT_TQOBJECT(this), "part", "KParts::RemoteInstrumentPart");
connect(m_instrumentPart, SIGNAL(statusMessageSet(const TQString&)), this, SLOT(setStatusMessage(const TQString&)));
connect(m_instrumentPart, SIGNAL(usingFixedSizeChanged(bool)), this, SLOT(setUsingFixedSize(bool)));
+ connect(m_instrumentPart, SIGNAL(resizeToHintRequested()), this, SLOT(setChildSizeToHint()));
}
}