summaryrefslogtreecommitdiffstats
path: root/konqueror/konq_actions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konqueror/konq_actions.cpp')
-rw-r--r--konqueror/konq_actions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konqueror/konq_actions.cpp b/konqueror/konq_actions.cpp
index 934c326f7..d87a73971 100644
--- a/konqueror/konq_actions.cpp
+++ b/konqueror/konq_actions.cpp
@@ -94,7 +94,7 @@ int KonqBidiHistoryAction::plug( TQWidget *widget, int index )
return -1;
// Go menu
- if ( widget->inherits(TQPOPUPMENU_OBJECT_NAME_STRING) )
+ if ( widget->inherits("TQPopupMenu") )
{
m_goMenu = (TQPopupMenu*)widget;
// Forward signal (to main view)