summaryrefslogtreecommitdiffstats
path: root/systemsettings/kcscrollview.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-16 09:57:43 -0600
committerTimothy Pearson <[email protected]>2011-12-16 09:57:43 -0600
commite3656c08ed309001cb7275441296682cadbeb160 (patch)
treeebf3829f6531564528c3be5d411b7d8e7443b634 /systemsettings/kcscrollview.cpp
parentb5b62ae9b3c8396bb74d76a125f1a9349e8b1233 (diff)
downloadtde-systemsettings-e3656c08ed309001cb7275441296682cadbeb160.tar.gz
tde-systemsettings-e3656c08ed309001cb7275441296682cadbeb160.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit b5b62ae9b3c8396bb74d76a125f1a9349e8b1233.
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;