diff options
| author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-03 18:10:36 +0000 | 
|---|---|---|
| committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-03 18:10:36 +0000 | 
| commit | 5ae246e17ae2bf6294d9c5be06ea720a24c4b480 (patch) | |
| tree | 5a70062fb41424934cd7e6b7b8a2bee161a19d22 /qtsharp/src | |
| parent | c7d821721a56691a1881706d3a77f68f63ecd421 (diff) | |
| download | tdebindings-5ae246e17ae2bf6294d9c5be06ea720a24c4b480.tar.gz tdebindings-5ae246e17ae2bf6294d9c5be06ea720a24c4b480.zip  | |
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
Diffstat (limited to 'qtsharp/src')
| -rw-r--r-- | qtsharp/src/api/qt.xml | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/qtsharp/src/api/qt.xml b/qtsharp/src/api/qt.xml index 29fc39ea..8d2b2f0e 100644 --- a/qtsharp/src/api/qt.xml +++ b/qtsharp/src/api/qt.xml @@ -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"/>  | 
