summaryrefslogtreecommitdiffstats
path: root/src/app/mainwindow.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:08:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:08:43 -0600
commitd0bdd0d7a768f9935b521f3bd12a4cd72739b96f (patch)
treefa2f2df5113b9dd1e7e821c80084af9da0175187 /src/app/mainwindow.cpp
parent676f6ed378c861a872de8cfce3dd5efe1780f769 (diff)
downloadgwenview-d0bdd0d7a768f9935b521f3bd12a4cd72739b96f.tar.gz
gwenview-d0bdd0d7a768f9935b521f3bd12a4cd72739b96f.zip
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/app/mainwindow.cpp')
-rw-r--r--src/app/mainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
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);