From d0bdd0d7a768f9935b521f3bd12a4cd72739b96f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:08:43 -0600 Subject: Rename old tq methods that no longer need a unique name --- src/app/mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/app/mainwindow.cpp') diff --git a/src/app/mainwindow.cpp b/src/app/mainwindow.cpp index 1464a09..f9acc9b 100644 --- a/src/app/mainwindow.cpp +++ b/src/app/mainwindow.cpp @@ -871,7 +871,7 @@ void MainWindow::createWidgets() { tqlayout->setAutoAdd(true); mCentralStack->addWidget(mViewModeWidget); - // tqStatus bar + // Status bar mSBDetailLabel=new TQLabel("", statusBar()); mSBHintLabel=new TruncatedTextLabel(statusBar()); @@ -1216,7 +1216,7 @@ void MainWindow::createLocationToolBar() { // Do not let the combobox get wider than available space, as this would // hide the toolbuttons after it - mURLEdit->tqsetSizePolicy(TQSizePolicy::Expanding, TQSizePolicy::Fixed); + mURLEdit->setSizePolicy(TQSizePolicy::Expanding, TQSizePolicy::Fixed); // Avoid stealing focus mURLEdit->setFocusPolicy(TQ_ClickFocus); -- cgit v1.2.3