diff options
Diffstat (limited to 'kplato/kptconfigbehaviorpanel.h')
-rw-r--r-- | kplato/kptconfigbehaviorpanel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kplato/kptconfigbehaviorpanel.h b/kplato/kptconfigbehaviorpanel.h index bf1ec649..bbdb3cf4 100644 --- a/kplato/kptconfigbehaviorpanel.h +++ b/kplato/kptconfigbehaviorpanel.h @@ -35,7 +35,7 @@ class ConfigBehaviorPanel : public ConfigBehaviorPanelBase { Q_OBJECT TQ_OBJECT public: - ConfigBehaviorPanel(Behavior &behavior, TQWidget *tqparent=0, const char *name=0); + ConfigBehaviorPanel(Behavior &behavior, TQWidget *parent=0, const char *name=0); void setStartValues(); bool ok(); |