diff options
Diffstat (limited to 'kmail/recipientseditor.h')
-rw-r--r-- | kmail/recipientseditor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/recipientseditor.h b/kmail/recipientseditor.h index 0c4aafbcf..db63c8fe6 100644 --- a/kmail/recipientseditor.h +++ b/kmail/recipientseditor.h @@ -177,8 +177,8 @@ class RecipientsView : public TQScrollView public: RecipientsView( TQWidget *parent ); - TQSize tqminimumSizeHint() const; - TQSize tqsizeHint() const; + TQSize minimumSizeHint() const; + TQSize sizeHint() const; RecipientLine *activeLine(); |