typo in comments

git-svn-id: trunk@14377 -
This commit is contained in:
paul 2008-03-03 08:23:10 +00:00
parent 369936c673
commit 682a924368
7 changed files with 9 additions and 9 deletions

View File

@ -3736,7 +3736,7 @@ end;
Params: None
Returns: Nothing
Contructor for the class.
Constructor for the class.
------------------------------------------------------------------------------}
constructor TControl.Create(TheOwner: TComponent);
var

View File

@ -5794,7 +5794,7 @@ end;
Params: None
Returns: Nothing
Contructor for the class.
Constructor for the class.
------------------------------------------------------------------------------}
constructor TWinControl.Create(TheOwner : TComponent);
begin

View File

@ -20,7 +20,7 @@
Params: None
Returns: Nothing
Contructor for the class.
Constructor for the class.
------------------------------------------------------------------------------}
constructor TFpGuiWidgetSet.Create;
begin

View File

@ -166,7 +166,7 @@ end;
Params: None
Returns: Nothing
Contructor for the class.
Constructor for the class.
------------------------------------------------------------------------------}
constructor TGtkWidgetSet.Create;
begin

View File

@ -20,7 +20,7 @@
Params: None
Returns: Nothing
Contructor for the class.
Constructor for the class.
------------------------------------------------------------------------------}
constructor TQtWidgetSet.Create;
begin

View File

@ -758,7 +758,7 @@ end;
{------------------------------------------------------------------------------
Method: TQtAction.Create
Contructor for the class.
Constructor for the class.
------------------------------------------------------------------------------}
constructor TQtAction.Create(const AHandle: QActionH);
begin
@ -868,7 +868,7 @@ end;
{------------------------------------------------------------------------------
Method: TQtImage.Create
Contructor for the class.
Constructor for the class.
------------------------------------------------------------------------------}
constructor TQtImage.Create(vHandle: QImageH);
begin
@ -880,7 +880,7 @@ end;
{------------------------------------------------------------------------------
Method: TQtImage.Create
Contructor for the class.
Constructor for the class.
------------------------------------------------------------------------------}
constructor TQtImage.Create(AData: PByte; width: Integer; height: Integer;
format: QImageFormat; const ADataOwner: Boolean = False);

View File

@ -223,7 +223,7 @@ end;
Params: Qt Widget Handle and Lazarus WinControl Parent Object
Returns: Nothing
Contructor for the class.
Constructor for the class.
------------------------------------------------------------------------------}
constructor TQtMemoStrings.Create(TextEdit: QTextEditH; TheOwner: TWinControl);
var