diff options
Diffstat (limited to 'kdgantt/KDGanttView.h')
-rw-r--r-- | kdgantt/KDGanttView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdgantt/KDGanttView.h b/kdgantt/KDGanttView.h index 781cc7586..264b609c1 100644 --- a/kdgantt/KDGanttView.h +++ b/kdgantt/KDGanttView.h @@ -119,7 +119,7 @@ public: enum HourFormat { Hour_24, Hour_12, Hour_24_FourDigit }; enum RepaintMode { No, Medium, Always }; - KDGanttView( TQWidget* tqparent = 0, const char* name = 0 ); + KDGanttView( TQWidget* parent = 0, const char* name = 0 ); ~KDGanttView(); virtual void show(); |