diff options
Diffstat (limited to 'tools/designer/uic/object.cpp')
-rw-r--r-- | tools/designer/uic/object.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/designer/uic/object.cpp b/tools/designer/uic/object.cpp index d27c14f0c..87dbd3b31 100644 --- a/tools/designer/uic/object.cpp +++ b/tools/designer/uic/object.cpp @@ -13,7 +13,7 @@ ** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General -** Public Licensing retquirements will be met: +** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. ** If you are unsure which license is appropriate for your use, please ** review the following information: @@ -284,7 +284,7 @@ TQString Uic::createObjectImpl( const TQDomElement &e, const TQString& parentCla } } - // create all children, some widgets have special retquirements + // create all children, some widgets have special requirements if ( objClass == "TQTabWidget" ) { for ( n = e.firstChild().toElement(); !n.isNull(); n = n.nextSibling().toElement() ) { |