diff options
Diffstat (limited to 'kdeui/qxembed.h')
-rw-r--r-- | kdeui/qxembed.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeui/qxembed.h b/kdeui/qxembed.h index 3b345554f..2d1d92baa 100644 --- a/kdeui/qxembed.h +++ b/kdeui/qxembed.h @@ -183,8 +183,8 @@ public: bool autoDelete() const; /* Reimp */ - TQSize sizeHint() const; - TQSize minimumSizeHint() const; + TQSize tqsizeHint() const; + TQSize tqminimumSizeHint() const; TQSizePolicy sizePolicy() const; bool eventFilter( TQObject *, TQEvent * ); bool customWhatsThis() const; |