Adjust code for Qt5

This commit is contained in:
Abs62 2014-05-12 18:11:12 +04:00
parent b9666f7f9f
commit 7bb9152104

View file

@ -627,7 +627,7 @@ Class load() throw( exError )
{
QDomNodeList nl = dss.toElement().elementsByTagName( "server" );
for( unsigned x = 0; x < nl.length(); ++x )
for( Qt4x5::Dom::size_type x = 0; x < nl.length(); ++x )
{
QDomElement ds = nl.item( x ).toElement();