diff options
Diffstat (limited to 'kmail/kmheaders.cpp')
-rw-r--r-- | kmail/kmheaders.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/kmheaders.cpp b/kmail/kmheaders.cpp index 06fc89360..5afc9d811 100644 --- a/kmail/kmheaders.cpp +++ b/kmail/kmheaders.cpp @@ -237,7 +237,7 @@ bool KMHeaders::eventFilter ( TQObject *o, TQEvent *e ) { if ( e->type() == TQEvent::MouseButtonPress && static_cast<TQMouseEvent*>(e)->button() == RightButton && - o->isA("TQHeader") ) + o->isA(TQHEADER_OBJECT_NAME_STRING) ) { // if we currently only show one of either sender/receiver column // modify the popup text in the way, that it displays the text of the other of the two |