diff options
Diffstat (limited to 'kplato/kpttaskgeneralpanel.h')
| -rw-r--r-- | kplato/kpttaskgeneralpanel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kplato/kpttaskgeneralpanel.h b/kplato/kpttaskgeneralpanel.h index 29634d274..f92f32582 100644 --- a/kplato/kpttaskgeneralpanel.h +++ b/kplato/kpttaskgeneralpanel.h @@ -39,7 +39,7 @@ class TaskGeneralPanelImpl : public TaskGeneralPanelBase Q_OBJECT TQ_OBJECT public: - TaskGeneralPanelImpl(TQWidget *tqparent, const char *name); + TaskGeneralPanelImpl(TQWidget *parent, const char *name); virtual int schedulingType() const; virtual int estimationType() const; @@ -64,7 +64,7 @@ public slots: virtual void setEstimate( const Duration & duration ); virtual void setEstimateType( int type ); virtual void checkAllFieldsFilled(); - virtual void setEstimateFields( int tqmask ); + virtual void setEstimateFields( int mask ); virtual void setEstimateScales( double day ); virtual void setEstimateFieldUnit( int field, TQString unit ); virtual void startDateChanged(); @@ -93,7 +93,7 @@ class TaskGeneralPanel : public TaskGeneralPanelImpl { Q_OBJECT TQ_OBJECT public: - TaskGeneralPanel(Task &task, StandardWorktime *workTime=0, bool baseline=false, TQWidget *tqparent=0, const char *name=0); + TaskGeneralPanel(Task &task, StandardWorktime *workTime=0, bool baseline=false, TQWidget *parent=0, const char *name=0); KMacroCommand *buildCommand(Part *part); |
