summaryrefslogtreecommitdiffstats
path: root/systemsettings/kcscrollview.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-18 18:15:09 -0600
committerTimothy Pearson <[email protected]>2011-12-18 18:15:09 -0600
commit3eb39830ef8d807ff1538a0aa66a9b3fd711903a (patch)
tree65d77d809c10190d1591e13eaa8b02042a0d4488 /systemsettings/kcscrollview.cpp
parente3656c08ed309001cb7275441296682cadbeb160 (diff)
downloadtde-systemsettings-3eb39830ef8d807ff1538a0aa66a9b3fd711903a.tar.gz
tde-systemsettings-3eb39830ef8d807ff1538a0aa66a9b3fd711903a.zip
Rename old tq methods that no longer need a unique name
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 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;