From 2a411f53a04f815770074b633e026a141f6fa875 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:01:17 -0600 Subject: Rename old tq methods that no longer need a unique name --- src/qeffects.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qeffects.cpp') diff --git a/src/qeffects.cpp b/src/qeffects.cpp index 45ff01d..7c2dd0b 100644 --- a/src/qeffects.cpp +++ b/src/qeffects.cpp @@ -311,8 +311,8 @@ TQRollEffect::TQRollEffect( TQWidget* w, WFlags f, DirFlags orient ) totalWidth = widget->width(); totalHeight = widget->height(); } else { - totalWidth = widget->tqsizeHint().width(); - totalHeight = widget->tqsizeHint().height(); + totalWidth = widget->sizeHint().width(); + totalHeight = widget->sizeHint().height(); } currentHeight = totalHeight; -- cgit v1.2.3