diff options
Diffstat (limited to 'kdeui/khelpmenu.cpp')
-rw-r--r-- | kdeui/khelpmenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeui/khelpmenu.cpp b/kdeui/khelpmenu.cpp index 5ab906a7c..663838fa8 100644 --- a/kdeui/khelpmenu.cpp +++ b/kdeui/khelpmenu.cpp @@ -307,7 +307,7 @@ void KHelpMenu::contextHelpActivated() TQWhatsThis::enterWhatsThisMode(); TQWidget* w = TQApplication::widgetAt( TQCursor::pos(), true ); while ( w && !w->isTopLevel() && !w->inherits("QXEmbed") ) - w = w->tqparentWidget(); + w = w->parentWidget(); #ifdef Q_WS_X11 if ( w && w->inherits("QXEmbed") ) (( QXEmbed*) w )->enterWhatsThisMode(); |