summaryrefslogtreecommitdiffstats
path: root/tdeio/tdefile/tdediroperator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/tdefile/tdediroperator.cpp')
-rw-r--r--tdeio/tdefile/tdediroperator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdefile/tdediroperator.cpp b/tdeio/tdefile/tdediroperator.cpp
index c7dc845cc..a969179fe 100644
--- a/tdeio/tdefile/tdediroperator.cpp
+++ b/tdeio/tdefile/tdediroperator.cpp
@@ -1560,7 +1560,7 @@ void KDirOperator::resizeEvent( TQResizeEvent * )
if (m_fileView)
m_fileView->widget()->resize( size() );
- if ( TQT_BASE_OBJECT(progress->parent()) == TQT_BASE_OBJECT(this) ) // might be reparented into a statusbar
+ if ( progress->parent() == this ) // might be reparented into a statusbar
progress->move(2, height() - progress->height() -2);
}