diff options
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() | 
