diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:58:01 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:58:01 -0600 |
commit | e75a964bfaab89c1ccd9530795c23556b22291cd (patch) | |
tree | b842cea1412967a7f7ea84830231ddd93493c924 /qtinterface/qt4/Qt/qformlayout.h | |
parent | 44bcd47cf37723ecfa8bb432403d2bea59988773 (diff) | |
download | tqtinterface-e75a964bfaab89c1ccd9530795c23556b22291cd.tar.gz tqtinterface-e75a964bfaab89c1ccd9530795c23556b22291cd.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 44bcd47cf37723ecfa8bb432403d2bea59988773.
Diffstat (limited to 'qtinterface/qt4/Qt/qformlayout.h')
-rw-r--r-- | qtinterface/qt4/Qt/qformlayout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtinterface/qt4/Qt/qformlayout.h b/qtinterface/qt4/Qt/qformlayout.h index 338f370..9ef1943 100644 --- a/qtinterface/qt4/Qt/qformlayout.h +++ b/qtinterface/qt4/Qt/qformlayout.h @@ -140,7 +140,7 @@ public: bool hasHeightForWidth() const; int heightForWidth(int width) const; - Qt::Orientations expanding() const; + Qt::Orientations expandingDirections() const; int count() const; int rowCount() const; |