diff options
Diffstat (limited to 'k9author/chapterEdit.cpp')
-rw-r--r-- | k9author/chapterEdit.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/k9author/chapterEdit.cpp b/k9author/chapterEdit.cpp index a219b64..04eec11 100644 --- a/k9author/chapterEdit.cpp +++ b/k9author/chapterEdit.cpp @@ -26,11 +26,11 @@ #include "kpushbutton.h" /* - * Constructs a chapterEdit as a child of 'tqparent', with the + * Constructs a chapterEdit as a child of 'parent', with the * name 'name' and widget flags set to 'f'. */ -chapterEdit::chapterEdit( TQWidget* tqparent, const char* name, WFlags fl ) - : TQWidget( tqparent, name, fl ) +chapterEdit::chapterEdit( TQWidget* parent, const char* name, WFlags fl ) + : TQWidget( parent, name, fl ) { if ( !name ) setName( "chapterEdit" ); |