summaryrefslogtreecommitdiffstats
path: root/src/kile/configstructure.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kile/configstructure.cpp')
-rw-r--r--src/kile/configstructure.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kile/configstructure.cpp b/src/kile/configstructure.cpp
index 39376e0..d7bc94d 100644
--- a/src/kile/configstructure.cpp
+++ b/src/kile/configstructure.cpp
@@ -212,13 +212,13 @@ void ConfigStructure::polish()
{
// TQWidget::polish();
- uint w = m_entriestable->tqsizeHint().width();
+ uint w = m_entriestable->sizeHint().width();
m_entriestable->setColumnWidth(0,3*w/7);
m_entriestable->setColumnWidth(1,2*w/7);
m_entriestable->setColumnWidth(2,2*w/7+1);
m_entriestable->setColumnStretchable(2,true);
- w = m_sectioningtable->tqsizeHint().width();
+ w = m_sectioningtable->sizeHint().width();
m_sectioningtable->setColumnWidth(0,w/6);
m_sectioningtable->setColumnWidth(1,3*w/6);
m_sectioningtable->setColumnWidth(2,2*w/6+1);