summaryrefslogtreecommitdiffstats
path: root/korganizer/plugins/timespanview/timeline.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/plugins/timespanview/timeline.cpp')
-rw-r--r--korganizer/plugins/timespanview/timeline.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/plugins/timespanview/timeline.cpp b/korganizer/plugins/timespanview/timeline.cpp
index 513701cd..e402294b 100644
--- a/korganizer/plugins/timespanview/timeline.cpp
+++ b/korganizer/plugins/timespanview/timeline.cpp
@@ -29,8 +29,8 @@
#include "timeline.h"
#include "timeline.moc"
-TimeLine::TimeLine( TQWidget *tqparent, const char *name ) :
- TQScrollView( tqparent, name )
+TimeLine::TimeLine( TQWidget *parent, const char *name ) :
+ TQScrollView( parent, name )
{
mPixelWidth = 1000;