summaryrefslogtreecommitdiffstats
path: root/languages/cpp/addattributedialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'languages/cpp/addattributedialog.h')
-rw-r--r--languages/cpp/addattributedialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/cpp/addattributedialog.h b/languages/cpp/addattributedialog.h
index ffe2a92d..948eefa7 100644
--- a/languages/cpp/addattributedialog.h
+++ b/languages/cpp/addattributedialog.h
@@ -32,7 +32,7 @@ class AddAttributeDialog : public AddAttributeDialogBase
TQ_OBJECT
public:
AddAttributeDialog( CppSupportPart* cppSupport, ClassDom klass,
- TQWidget* tqparent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
+ TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
~AddAttributeDialog();
virtual void addAttribute();