summaryrefslogtreecommitdiffstats
path: root/ksim/ksim.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:35:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:35:27 -0600
commitbcc684e28ad6f9ebeeae5d334a4dc297cef3e816 (patch)
tree07fafab2b93966c9e2128ba52337a43d388d300c /ksim/ksim.cpp
parent955e20356d63ed405198c8143617a8a0ca8bfc02 (diff)
downloadtdeutils-bcc684e28ad6f9ebeeae5d334a4dc297cef3e816.tar.gz
tdeutils-bcc684e28ad6f9ebeeae5d334a4dc297cef3e816.zip
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'ksim/ksim.cpp')
-rw-r--r--ksim/ksim.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksim/ksim.cpp b/ksim/ksim.cpp
index 2e2587e..8a2b643 100644
--- a/ksim/ksim.cpp
+++ b/ksim/ksim.cpp
@@ -75,9 +75,9 @@ KSim::PanelExtension::~PanelExtension()
delete m_dcopClient;
}
-TQSize KSim::PanelExtension::tqsizeHint(Position p, TQSize maxSize) const
+TQSize KSim::PanelExtension::sizeHint(Position p, TQSize maxSize) const
{
- return m_view->tqsizeHint(p, maxSize);
+ return m_view->sizeHint(p, maxSize);
}
void KSim::PanelExtension::resizeEvent(TQResizeEvent *)