diff options
Diffstat (limited to 'kdeui/qxembed.cpp')
-rw-r--r-- | kdeui/qxembed.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeui/qxembed.cpp b/kdeui/qxembed.cpp index 794579cdb..6288fea57 100644 --- a/kdeui/qxembed.cpp +++ b/kdeui/qxembed.cpp @@ -489,7 +489,7 @@ static int qxembed_x11_event_filter( XEvent* e) { // L0681: Search saved focus widget. TQWidget* focusCurrent = 0; - TQGuardedPtr<TQWidget>* fw = focusMap->tqfind( w->tqtopLevelWidget() ); + TQGuardedPtr<TQWidget>* fw = focusMap->find( w->tqtopLevelWidget() ); if ( fw ) { focusCurrent = *fw; // L0682: Remove it from the map |