summaryrefslogtreecommitdiffstats
path: root/ksayit/src/contextmenuhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksayit/src/contextmenuhandler.cpp')
-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 );
}