Fix instances of Orientation in quotes which were accidentally renamed to Qt::Orientation during TQt conversion

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1244690 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent c7d821721a
commit 5ae246e17a

@ -4319,7 +4319,7 @@ id="0">
<qmethod name="iterator" access="public" return="QLayoutIterator" id="0"/>
<qmethod name="expanding" access="public" return="QSizePolicy::ExpandData" id="0"/>
<qmethod name="invalidate" access="public" return="void" id="0"/>
<qmethod name="orientation" access="public" return="Qt::Orientation" id="0"/>
<qmethod name="orientation" access="public" return="Orientation" id="0"/>
<qmethod name="protected_setGeometry" access="protected" return="void" id="0">
<qparam type="QRectamp" name="arg1"/>
</qmethod>
@ -4393,7 +4393,7 @@ id="0">
<qparam type="bool" name="b"/>
</qmethod>
<qmethod name="newLine" access="public" return="bool" id="0"/>
<qmethod name="orientation" access="public" return="Qt::Orientation" id="0"/>
<qmethod name="orientation" access="public" return="Orientation" id="0"/>
<qmethod name="sizeHint" access="public" return="QSize" id="0"/>
<qmethod name="minimumSize" access="public" return="QSize" id="0"/>
<qmethod name="minimumSizeHint" access="public" return="QSize" id="0"/>

Loading…
Cancel
Save