summaryrefslogtreecommitdiffstats
path: root/kdat/LoggerWidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdat/LoggerWidget.cpp')
-rw-r--r--kdat/LoggerWidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdat/LoggerWidget.cpp b/kdat/LoggerWidget.cpp
index 2412104..3505dfb 100644
--- a/kdat/LoggerWidget.cpp
+++ b/kdat/LoggerWidget.cpp
@@ -29,8 +29,8 @@
#include "LoggerWidget.moc"
-LoggerWidget::LoggerWidget( const TQString & title, TQWidget* tqparent, const char* name )
- : TQWidget( tqparent, name )
+LoggerWidget::LoggerWidget( const TQString & title, TQWidget* parent, const char* name )
+ : TQWidget( parent, name )
{
TQLabel* lbl1 = new TQLabel( title, this );
lbl1->setFixedHeight( lbl1->tqsizeHint().height() );