summaryrefslogtreecommitdiffstats
path: root/systemsettings/kcscrollview.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-15 15:34:02 -0600
committerTimothy Pearson <[email protected]>2011-12-15 15:34:02 -0600
commitb5b62ae9b3c8396bb74d76a125f1a9349e8b1233 (patch)
tree3ad39c072d291299b6d8b8a49f872ecf80b61f1c /systemsettings/kcscrollview.h
parentf191e6da45dcd3fe7c95f4791e75ea6106e4fc68 (diff)
downloadtde-systemsettings-b5b62ae9b3c8396bb74d76a125f1a9349e8b1233.tar.gz
tde-systemsettings-b5b62ae9b3c8396bb74d76a125f1a9349e8b1233.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'systemsettings/kcscrollview.h')
-rw-r--r--systemsettings/kcscrollview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemsettings/kcscrollview.h b/systemsettings/kcscrollview.h
index dc9fbeb..e023899 100644
--- a/systemsettings/kcscrollview.h
+++ b/systemsettings/kcscrollview.h
@@ -26,7 +26,7 @@ class KCScrollView : public TQScrollView {
public:
KCScrollView ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 );
- virtual TQSize tqsizeHint() const;
+ virtual TQSize sizeHint() const;
virtual void addChild(TQWidget *child, int x=0, int y=0);
private:
TQWidget *mainChild;