diff options
Diffstat (limited to 'src/sources/sourceprefs.cpp')
-rw-r--r-- | src/sources/sourceprefs.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sources/sourceprefs.cpp b/src/sources/sourceprefs.cpp index 8639c93..160cfd0 100644 --- a/src/sources/sourceprefs.cpp +++ b/src/sources/sourceprefs.cpp @@ -21,11 +21,11 @@ #include <tqwhatsthis.h> /* - * Constructs a SourcePrefs as a child of 'tqparent', with the + * Constructs a SourcePrefs as a child of 'parent', with the * name 'name' and widget flags set to 'f'. */ -SourcePrefs::SourcePrefs( TQWidget* tqparent, const char* name, WFlags fl ) - : TQWidget( tqparent, name, fl ) +SourcePrefs::SourcePrefs( TQWidget* parent, const char* name, WFlags fl ) + : TQWidget( parent, name, fl ) { if ( !name ) setName( "SourcePrefs" ); |