summaryrefslogtreecommitdiffstats
path: root/src/gvcore/deletedialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gvcore/deletedialog.cpp')
-rw-r--r--src/gvcore/deletedialog.cpp4
1 files changed, 2 insertions, 2 deletions
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