summaryrefslogtreecommitdiffstats
path: root/korganizer/plugins/timespanview/timespanwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/plugins/timespanview/timespanwidget.cpp')
-rw-r--r--korganizer/plugins/timespanview/timespanwidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/plugins/timespanview/timespanwidget.cpp b/korganizer/plugins/timespanview/timespanwidget.cpp
index e208c088..b1c156ee 100644
--- a/korganizer/plugins/timespanview/timespanwidget.cpp
+++ b/korganizer/plugins/timespanview/timespanwidget.cpp
@@ -39,8 +39,8 @@
#include "timespanwidget.h"
#include "timespanwidget.moc"
-TimeSpanWidget::TimeSpanWidget( TQWidget *tqparent, const char *name ) :
- TQWidget( tqparent, name )
+TimeSpanWidget::TimeSpanWidget( TQWidget *parent, const char *name ) :
+ TQWidget( parent, name )
{
TQBoxLayout *topLayout = new TQVBoxLayout( this );