summaryrefslogtreecommitdiffstats
path: root/systemsettings/kcscrollview.h
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.h
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.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 e023899..dc9fbeb 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 sizeHint() const;
+ virtual TQSize tqsizeHint() const;
virtual void addChild(TQWidget *child, int x=0, int y=0);
private:
TQWidget *mainChild;