diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-07-23 17:13:36 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-07-23 17:13:36 -0500 |
commit | 2f4ee8ef5d1fe9a8daa9d342d71b021e6a25ca01 (patch) | |
tree | c7c69fbe21ff704ebb8cf74b25627111ed30efdd /experimental/tqtinterface/qt4/tools/designer/uic | |
parent | 5584c3586a63c9e18513e8df2d6823ec6b33dfc7 (diff) | |
download | tde-2f4ee8ef5d1fe9a8daa9d342d71b021e6a25ca01.tar.gz tde-2f4ee8ef5d1fe9a8daa9d342d71b021e6a25ca01.zip |
Apply all Qt3.3.8d patches
NOTE: This will *likely* break compilation of TQt4
Please wait a few days for fixes to be committed as needed!
Diffstat (limited to 'experimental/tqtinterface/qt4/tools/designer/uic')
-rw-r--r-- | experimental/tqtinterface/qt4/tools/designer/uic/form.cpp | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/experimental/tqtinterface/qt4/tools/designer/uic/form.cpp b/experimental/tqtinterface/qt4/tools/designer/uic/form.cpp index 5fbbf1424..11a0a6929 100644 --- a/experimental/tqtinterface/qt4/tools/designer/uic/form.cpp +++ b/experimental/tqtinterface/qt4/tools/designer/uic/form.cpp @@ -734,16 +734,7 @@ void Uic::createFormImpl( const TQDomElement &e ) } n2 = n2.nextSibling().toElement(); } - } else if ( n.tagName() == "includehints" ) { - TQDomElement n2 = n.firstChild().toElement(); - while ( !n2.isNull() ) { - if ( n2.tagName() == "includehint" ) { - TQString file = n2.firstChild().toText().data(); - localIncludes += file; - } - n2 = n2.nextSibling().toElement(); - } - } + } } // additional includes (local or global) and forward declaractions |