summaryrefslogtreecommitdiffstats
path: root/systemsettings/kcscrollview.h
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.h
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.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;