diff --git a/kftpgrabber/src/widgets/browser/view.cpp b/kftpgrabber/src/widgets/browser/view.cpp index 43fb3e2..f4b1393 100644 --- a/kftpgrabber/src/widgets/browser/view.cpp +++ b/kftpgrabber/src/widgets/browser/view.cpp @@ -166,7 +166,7 @@ void View::init() m_splitter->setSizePolicy(TQSizePolicy(TQSizePolicy::Expanding, TQSizePolicy::Expanding)); // Create a status bar - TQHBoxLayout *statusLayout = new TQHBoxLayout(this); + TQHBoxLayout *statusLayout = new TQHBoxLayout(); m_connDurationMsg = new TQLabel(this); m_connDurationMsg->setAlignment(AlignAuto | AlignVCenter | AlignHCenter | ExpandTabs);