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 e1dbbc812..088d3414d 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 sizeHint() const; + TQSize tqsizeHint() const; void hideAllButtons(); void showAllButtons(); |