From dba614b5da2e38e284ba72c8a68556bac7e3fc1d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 3 Dec 2023 00:47:39 +0900 Subject: Replaced various '#define' with actual strings - part 5 Signed-off-by: Michele Calgaro --- ksayit/src/contextmenuhandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksayit') diff --git a/ksayit/src/contextmenuhandler.cpp b/ksayit/src/contextmenuhandler.cpp index d6c5ddb..abee221 100644 --- a/ksayit/src/contextmenuhandler.cpp +++ b/ksayit/src/contextmenuhandler.cpp @@ -293,7 +293,7 @@ bool ContextMenuHandler::parseXmlFile(const TQString &xmlID) ContextActionHandler handler(this); handler.setSearchID(xmlID); parser.setContentHandler( &handler ); - return parser.parse( TQT_TQIODEVICE(&xmlFile) ); + return parser.parse( &xmlFile ); } -- cgit v1.2.1