summaryrefslogtreecommitdiffstats
path: root/pyuic3/object.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-05 22:18:57 -0600
committerTimothy Pearson <[email protected]>2011-12-05 22:18:57 -0600
commit752274609034af8c68c46d19bed586ea6ae348b8 (patch)
treee8e76ca1acfa09d45f399a88cb3ada51992ae574 /pyuic3/object.cpp
parentd2b09f66d0c8c8c26ec613b96d7c248e78a5c52f (diff)
downloadpytqt-752274609034af8c68c46d19bed586ea6ae348b8.tar.gz
pytqt-752274609034af8c68c46d19bed586ea6ae348b8.zip
Fix retquire
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() ) {