From eb1d1e0dec5720ace27395e290b7093cd68b150d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 6 Mar 2012 20:38:40 -0600 Subject: Automated update from qt3 --- src/widgets/qsplitter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/qsplitter.cpp') 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(parentWidget()) ) { + if ( ::tqt_cast(parentWidget()) ) { // nested splitters; be nice maxl = maxt = 0; } else { -- cgit v1.2.1