diff options
Diffstat (limited to 'quanta/components/framewizard/selectablearea.h')
-rw-r--r-- | quanta/components/framewizard/selectablearea.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/components/framewizard/selectablearea.h b/quanta/components/framewizard/selectablearea.h index 3df3200a..ffdd9c20 100644 --- a/quanta/components/framewizard/selectablearea.h +++ b/quanta/components/framewizard/selectablearea.h @@ -32,7 +32,7 @@ class SelectableArea : public KHTMLPart { TQ_OBJECT public : - SelectableArea(TQWidget *tqparent=0, const char *name=0); + SelectableArea(TQWidget *parent=0, const char *name=0); ~SelectableArea(); TQString idLabel() const { return m_idLabel; } void setIdLabel(const TQString &i) { m_idLabel = i; } |