diff options
Diffstat (limited to 'korganizer/plugins/timespanview/lineview.cpp')
-rw-r--r-- | korganizer/plugins/timespanview/lineview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/plugins/timespanview/lineview.cpp b/korganizer/plugins/timespanview/lineview.cpp index fe337f4eb..cf8ccd804 100644 --- a/korganizer/plugins/timespanview/lineview.cpp +++ b/korganizer/plugins/timespanview/lineview.cpp @@ -31,8 +31,8 @@ #include "lineview.h" #include "lineview.moc" -LineView::LineView( TQWidget *tqparent, const char *name ) : - TQScrollView( tqparent, name ) +LineView::LineView( TQWidget *parent, const char *name ) : + TQScrollView( parent, name ) { mPixelWidth = 1000; |