summaryrefslogtreecommitdiffstats
path: root/knode/headerview.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-12 11:31:57 +0900
committerMichele Calgaro <[email protected]>2023-07-13 10:03:28 +0900
commitc56e9aa280a5c584f6fa229432efdad836044590 (patch)
tree7583173c146ac75bc2706c985bf51f0caf02a349 /knode/headerview.cpp
parenteec76c7b52e7810bf67e2fc79c69a5d4f7e876b0 (diff)
downloadtdepim-c56e9aa280a5c584f6fa229432efdad836044590.tar.gz
tdepim-c56e9aa280a5c584f6fa229432efdad836044590.zip
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 30555507108fe0b2b3f9ded9de37f38d4a1d9c50)
Diffstat (limited to 'knode/headerview.cpp')
-rw-r--r--knode/headerview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knode/headerview.cpp b/knode/headerview.cpp
index 06210b2a5..fbc34c38f 100644
--- a/knode/headerview.cpp
+++ b/knode/headerview.cpp
@@ -549,7 +549,7 @@ bool KNHeaderView::eventFilter(TQObject *o, TQEvent *e)
// right click on header
if ( e->type() == TQEvent::MouseButtonPress &&
TQT_TQMOUSEEVENT(e)->button() == Qt::RightButton &&
- o->isA(TQHEADER_OBJECT_NAME_STRING) )
+ o->isA("TQHeader") )
{
mPopup->popup( TQT_TQMOUSEEVENT(e)->globalPos() );
return true;