diff options
Diffstat (limited to 'twin/kcmtwin/twindecoration/buttons.h')
-rw-r--r-- | twin/kcmtwin/twindecoration/buttons.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/kcmtwin/twindecoration/buttons.h b/twin/kcmtwin/twindecoration/buttons.h index 088d3414d..e1dbbc812 100644 --- a/twin/kcmtwin/twindecoration/buttons.h +++ b/twin/kcmtwin/twindecoration/buttons.h @@ -117,7 +117,7 @@ class ButtonSource : public KListView ButtonSource(TQWidget *parent = 0, const char* name = 0); virtual ~ButtonSource(); - TQSize tqsizeHint() const; + TQSize sizeHint() const; void hideAllButtons(); void showAllButtons(); |