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