Fixed TQLayout warning message on start up. This relates to bug 1947.

pull/1/head
Michele Calgaro 10 years ago
parent 0cfd6fce4b
commit 9e0468a85f

@ -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);

Loading…
Cancel
Save