summaryrefslogtreecommitdiffstats
path: root/ksayit
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-03 00:47:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-03 18:53:37 +0900
commitdba614b5da2e38e284ba72c8a68556bac7e3fc1d (patch)
tree339b16afabbbdf679f1e7504d8b663f36d8c9a19 /ksayit
parentfefa0a04e3304082860194db6cbfbdec5e09d258 (diff)
downloadtdeaccessibility-dba614b5da2e38e284ba72c8a68556bac7e3fc1d.tar.gz
tdeaccessibility-dba614b5da2e38e284ba72c8a68556bac7e3fc1d.zip
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ksayit')
-rw-r--r--ksayit/src/contextmenuhandler.cpp2
1 files changed, 1 insertions, 1 deletions
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 );
}