summaryrefslogtreecommitdiffstats
path: root/kdat/LoggerWidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdat/LoggerWidget.cpp')
-rw-r--r--kdat/LoggerWidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdat/LoggerWidget.cpp b/kdat/LoggerWidget.cpp
index 3505dfb..6adc0f1 100644
--- a/kdat/LoggerWidget.cpp
+++ b/kdat/LoggerWidget.cpp
@@ -33,7 +33,7 @@ LoggerWidget::LoggerWidget( const TQString & title, TQWidget* parent, const char
: TQWidget( parent, name )
{
TQLabel* lbl1 = new TQLabel( title, this );
- lbl1->setFixedHeight( lbl1->tqsizeHint().height() );
+ lbl1->setFixedHeight( lbl1->sizeHint().height() );
_mle = new TQMultiLineEdit( this );
_mle->setReadOnly( TRUE );