summaryrefslogtreecommitdiffstats
path: root/kio/kfile
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-13 21:51:16 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-13 21:51:16 +0000
commita46e33728580cacf68994d5b5d3780a5bcb58e8b (patch)
tree116b23694492df3377f410e8492ed31accaed2e3 /kio/kfile
parentb56a10ae43f369fd79100bd82e99cab169ed6220 (diff)
downloadtdelibs-a46e33728580cacf68994d5b5d3780a5bcb58e8b.tar.gz
tdelibs-a46e33728580cacf68994d5b5d3780a5bcb58e8b.zip
Fix kalyptus by altering kdelibs
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1246968 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kio/kfile')
-rw-r--r--kio/kfile/kdiroperator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/kfile/kdiroperator.cpp b/kio/kfile/kdiroperator.cpp
index f84be90ea..753ba1b3a 100644
--- a/kio/kfile/kdiroperator.cpp
+++ b/kio/kfile/kdiroperator.cpp
@@ -1560,7 +1560,7 @@ void KDirOperator::resizeEvent( TQResizeEvent * )
if (m_fileView)
m_fileView->widget()->resize( size() );
- if ( progress->parent() == this ) // might be reparented into a statusbar
+ if ( TQT_BASE_OBJECT(progress->parent()) == TQT_BASE_OBJECT(this) ) // might be reparented into a statusbar
progress->move(2, height() - progress->height() -2);
}