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/gvcore/deletedialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gvcore/deletedialog.cpp') diff --git a/src/gvcore/deletedialog.cpp b/src/gvcore/deletedialog.cpp index 3d6308b..9fdfac5 100644 --- a/src/gvcore/deletedialog.cpp +++ b/src/gvcore/deletedialog.cpp @@ -113,9 +113,9 @@ bool DeleteDialog::shouldDelete() const { } -TQSize DeleteDialog::tqsizeHint() const { +TQSize DeleteDialog::sizeHint() const { m_widget->adjustSize(); - TQSize hint = m_widget->tqminimumSize(); + TQSize hint = m_widget->minimumSize(); hint = calculateSize(hint.width(), hint.height()); // For some reason calculateSize does not return a correct height. As I'm -- cgit v1.2.1