diff options
Diffstat (limited to 'kdeui/qxembed.h')
-rw-r--r-- | kdeui/qxembed.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kdeui/qxembed.h b/kdeui/qxembed.h index 38aabbd77..3b345554f 100644 --- a/kdeui/qxembed.h +++ b/kdeui/qxembed.h @@ -191,6 +191,11 @@ public: void enterWhatsThisMode(); // temporary, fix in Qt (Matthias, Mon Jul 17 15:20:55 CEST 2000 ) virtual void reparent( TQWidget * parent, WFlags f, const TQPoint & p, bool showIt = false ); + /** + * @internal + */ + void updateEmbeddedFocus( bool hasfocus ); + signals: /** * This signal is emitted when the embedded window has been lost (destroyed or reparented away) |