summaryrefslogtreecommitdiffstats
path: root/systemsettings/kcscrollview.h
diff options
context:
space:
mode:
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;