diff -r 7516d6d86cf5 -r ed14f46c0e55 src/hbutils/document/hbdocumentloadersyntax_p.h --- a/src/hbutils/document/hbdocumentloadersyntax_p.h Mon Oct 04 17:49:30 2010 +0300 +++ b/src/hbutils/document/hbdocumentloadersyntax_p.h Mon Oct 18 18:23:13 2010 +0300 @@ -30,6 +30,7 @@ #include #include // Needed for the Role enum +#include #include #include @@ -78,7 +79,13 @@ bool createVariable( HbXmlVariable& variable ); static bool convertSizeHintType( - const QString &type, Qt::SizeHint &resultHint, bool &resultFixed); + const QString &type, + Qt::SizeHint &resultHint, + bool &resultFixed); + + static bool convertFrameType( + const QString &type, + HbFrameDrawer::FrameType &resultType); bool readGeneralStartItem(); bool readLayoutStartItem();