summaryrefslogtreecommitdiffstats
path: root/systemsettings/kcscrollview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'systemsettings/kcscrollview.cpp')
-rw-r--r--systemsettings/kcscrollview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/systemsettings/kcscrollview.cpp b/systemsettings/kcscrollview.cpp
index 4566337..a543ac7 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::sizeHint() const {
- TQSize vphint = mainChild->sizeHint();
+TQSize KCScrollView::tqsizeHint() const {
+ TQSize vphint = mainChild->tqsizeHint();
vphint.setWidth(vphint.width()+2*frameWidth());
vphint.setHeight(vphint.height()+2*frameWidth());
return vphint;