diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-06 20:38:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-06 20:38:40 -0600 |
commit | eb1d1e0dec5720ace27395e290b7093cd68b150d (patch) | |
tree | 04a199ef5ea853d86a6f9a44716c0874d41c20f6 /src/widgets/qsplitter.cpp | |
parent | ae8aba1e0f17943046e6bfa889b169f7fc41da0d (diff) | |
download | tqt3-eb1d1e0dec5720ace27395e290b7093cd68b150d.tar.gz tqt3-eb1d1e0dec5720ace27395e290b7093cd68b150d.zip |
Automated update from qt3
Diffstat (limited to 'src/widgets/qsplitter.cpp')
-rw-r--r-- | src/widgets/qsplitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/qsplitter.cpp b/src/widgets/qsplitter.cpp index 95ec5d5ae..cedb498b0 100644 --- a/src/widgets/qsplitter.cpp +++ b/src/widgets/qsplitter.cpp @@ -901,7 +901,7 @@ void TQSplitter::recalc( bool update ) } } if ( empty ) { - if ( ::qt_cast<TQSplitter*>(parentWidget()) ) { + if ( ::tqt_cast<TQSplitter*>(parentWidget()) ) { // nested splitters; be nice maxl = maxt = 0; } else { |