diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:00:49 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-18 18:00:49 -0600 |
commit | abb0359d58bc4cc3640f094fd386cf3461fc125a (patch) | |
tree | b72ee9eb3fcb98f93948511c97217172c4e76bcc /src/mainwindow.cpp | |
parent | 04bc759a8ee52b9c11cb6653276a7ef29285f10c (diff) | |
download | abakus-abb0359d58bc4cc3640f094fd386cf3461fc125a.tar.gz abakus-abb0359d58bc4cc3640f094fd386cf3461fc125a.zip |
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 613f513..2313f7a 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -67,7 +67,7 @@ MainWindow::MainWindow() : KMainWindow(0, "abakus-mainwindow"), m_popup(0), m_in configLayout->addWidget(new TQWidget(configBox)); TQLabel *label = new TQLabel(i18n("History: "), configBox); - label->tqsetAlignment(AlignCenter); + label->setAlignment(AlignCenter); configLayout->addWidget(label); TQButtonGroup *buttonGroup = new TQButtonGroup(0); @@ -318,7 +318,7 @@ void MainWindow::slotUpdateSize() if(m_newSize != TQSize(0, 0)) resize(m_newSize); else - resize(width(), tqminimumSize().height()); + resize(width(), minimumSize().height()); } void MainWindow::slotDegrees() |