diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-14 01:31:16 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-14 01:31:16 +0000 |
commit | 7d7b2c04e147670ed65c5be42de7b7b131122856 (patch) | |
tree | 22b58114e71ac6a0e30730eccce10aa4d21e807a /kmdi/kmdichildfrm.cpp | |
parent | a46e33728580cacf68994d5b5d3780a5bcb58e8b (diff) | |
download | tdelibs-7d7b2c04e147670ed65c5be42de7b7b131122856.tar.gz tdelibs-7d7b2c04e147670ed65c5be42de7b7b131122856.zip |
Fix kdelibs FTBFS under Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1246982 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmdi/kmdichildfrm.cpp')
-rw-r--r-- | kmdi/kmdichildfrm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmdi/kmdichildfrm.cpp b/kmdi/kmdichildfrm.cpp index 4e57649c7..8221082b5 100644 --- a/kmdi/kmdichildfrm.cpp +++ b/kmdi/kmdichildfrm.cpp @@ -775,7 +775,7 @@ void KMdiChildFrm::setClient( KMdiChildView *w, bool bAutomaticResize ) delete list; // delete the list, not the objects //Reparent if needed - if ( w->parent() != this ) + if ( TQT_BASE_OBJECT(w->parent()) != TQT_BASE_OBJECT(this) ) { //reparent to this widget , no flags , point , show it TQPoint pnt2( KMDI_CHILDFRM_BORDER, clientYPos ); |