summaryrefslogtreecommitdiffstats
path: root/src/modules/popupeditor/popupeditor.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:14:01 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-05 20:47:53 +0200
commitedb69b6a65e67dd6368b8b0ae16a8bf4105ca76d (patch)
tree28bd248be2c353363d87c4b09d04c871e45d5326 /src/modules/popupeditor/popupeditor.cpp
parentba43a7ccf7c51a6c29c752b669edd4eba06dc23e (diff)
downloadkvirc-edb69b6a65e67dd6368b8b0ae16a8bf4105ca76d.tar.gz
kvirc-edb69b6a65e67dd6368b8b0ae16a8bf4105ca76d.zip
Rename old tq methods that no longer need a unique name
(cherry picked from commit 32a249baaef1b910bffd79734c78cac3671f00f2)
Diffstat (limited to 'src/modules/popupeditor/popupeditor.cpp')
-rw-r--r--src/modules/popupeditor/popupeditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/popupeditor/popupeditor.cpp b/src/modules/popupeditor/popupeditor.cpp
index db3479e2..dd1cf24a 100644
--- a/src/modules/popupeditor/popupeditor.cpp
+++ b/src/modules/popupeditor/popupeditor.cpp
@@ -1372,7 +1372,7 @@ TQPixmap * KviPopupEditorWindow::myIconPtr()
void KviPopupEditorWindow::resizeEvent(TQResizeEvent *e)
{
- int hght = m_pBase->tqsizeHint().height();
+ int hght = m_pBase->sizeHint().height();
m_pEditor->setGeometry(0,0,width(),height()- hght);
m_pBase->setGeometry(0,height() - hght,width(),hght);
}