summaryrefslogtreecommitdiffstats
path: root/pyuic3/object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pyuic3/object.cpp')
-rw-r--r--pyuic3/object.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuic3/object.cpp b/pyuic3/object.cpp
index 1e05176..b507d9f 100644
--- a/pyuic3/object.cpp
+++ b/pyuic3/object.cpp
@@ -239,7 +239,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() ) {