diff options
Diffstat (limited to 'src/sources')
-rw-r--r-- | src/sources/labelsource.h | 2 | ||||
-rw-r--r-- | src/sources/labelsourcePrefs.cpp | 6 | ||||
-rw-r--r-- | src/sources/sourceprefs.cpp | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/src/sources/labelsource.h b/src/sources/labelsource.h index d10c98a..14d4746 100644 --- a/src/sources/labelsource.h +++ b/src/sources/labelsource.h @@ -95,7 +95,7 @@ protected: TQLabel* mLabel; /** - * the tqparent of the label we are going to create + * the parent of the label we are going to create */ TQWidget* mParent; diff --git a/src/sources/labelsourcePrefs.cpp b/src/sources/labelsourcePrefs.cpp index 4ff75fc..db9b675 100644 --- a/src/sources/labelsourcePrefs.cpp +++ b/src/sources/labelsourcePrefs.cpp @@ -23,11 +23,11 @@ #include <tqwhatsthis.h> /* - * Constructs a LabelSourcePrefs as a child of 'tqparent', with the + * Constructs a LabelSourcePrefs as a child of 'parent', with the * name 'name' and widget flags set to 'f'. */ -LabelSourcePrefs::LabelSourcePrefs( TQWidget* tqparent, const char* name, WFlags fl ) - : TQWidget( tqparent, name, fl ) +LabelSourcePrefs::LabelSourcePrefs( TQWidget* parent, const char* name, WFlags fl ) + : TQWidget( parent, name, fl ) { if ( !name ) setName( "LabelSourcePrefs" ); 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" ); |