diff options
Diffstat (limited to 'kommander/editor/styledbutton.h')
-rw-r--r-- | kommander/editor/styledbutton.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/editor/styledbutton.h b/kommander/editor/styledbutton.h index 3a8c2691..883c95ad 100644 --- a/kommander/editor/styledbutton.h +++ b/kommander/editor/styledbutton.h @@ -59,8 +59,8 @@ public: void setScale( bool ); bool scale() const; - TQSize sizeHint() const; - TQSize minimumSizeHint() const; + TQSize tqsizeHint() const; + TQSize tqminimumSizeHint() const; void setFormWindow( FormWindow *fw ) { formWindow = fw; } |