From 3eb39830ef8d807ff1538a0aa66a9b3fd711903a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:15:09 -0600 Subject: Rename old tq methods that no longer need a unique name --- systemsettings/kcscrollview.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'systemsettings/kcscrollview.cpp') diff --git a/systemsettings/kcscrollview.cpp b/systemsettings/kcscrollview.cpp index a543ac7..4566337 100644 --- a/systemsettings/kcscrollview.cpp +++ b/systemsettings/kcscrollview.cpp @@ -25,8 +25,8 @@ KCScrollView::KCScrollView( TQWidget * parent, const char * name, WFlags f) : TQ mainChild = 0; } -TQSize KCScrollView::tqsizeHint() const { - TQSize vphint = mainChild->tqsizeHint(); +TQSize KCScrollView::sizeHint() const { + TQSize vphint = mainChild->sizeHint(); vphint.setWidth(vphint.width()+2*frameWidth()); vphint.setHeight(vphint.height()+2*frameWidth()); return vphint; -- cgit v1.2.1