From 752274609034af8c68c46d19bed586ea6ae348b8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 22:18:57 -0600 Subject: Fix retquire --- pyuic3/object.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyuic3/object.cpp') 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() ) { -- cgit v1.2.1