diff options
author | Michele Calgaro <[email protected]> | 2023-11-18 16:43:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-20 13:16:58 +0900 |
commit | 8f924d271a4771b8046697fefd778d895a54d93d (patch) | |
tree | dee126661eaa1600216fef50aff302c8603f8ad6 /kate/app/katemdi.cpp | |
parent | d2412f01de96943fe2cb62e9104506a6b9b9b7e6 (diff) | |
download | tdebase-8f924d271a4771b8046697fefd778d895a54d93d.tar.gz tdebase-8f924d271a4771b8046697fefd778d895a54d93d.zip |
Replace various strings '#define'd in tqtinterface
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kate/app/katemdi.cpp')
-rw-r--r-- | kate/app/katemdi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/app/katemdi.cpp b/kate/app/katemdi.cpp index 0f4ae25b1..8d5532948 100644 --- a/kate/app/katemdi.cpp +++ b/kate/app/katemdi.cpp @@ -449,7 +449,7 @@ bool Sidebar::eventFilter(TQObject *obj, TQEvent *ev) if (ev->type()==TQEvent::ContextMenu) { TQContextMenuEvent *e = (TQContextMenuEvent *) ev; - KMultiTabBarTab *bt = tqt_dynamic_cast<KMultiTabBarTab*>(obj); + KMultiTabBarTab *bt = dynamic_cast<KMultiTabBarTab*>(obj); if (bt) { kdDebug()<<"Request for popup"<<endl; |