STYLE: QT -> Qt in the docs

Alex
This commit is contained in:
Alexander Neundorf 2007-11-24 03:51:14 -05:00
parent ba3a55ddcc
commit f13e25e67d
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ public:
*/
virtual const char* GetTerseDocumentation()
{
return "Create QT Wrappers.";
return "Create Qt Wrappers.";
}
/**

View File

@ -54,7 +54,7 @@ public:
*/
virtual const char* GetTerseDocumentation()
{
return "Create QT user interfaces Wrappers.";
return "Create Qt user interfaces Wrappers.";
}
/**