diff options
Diffstat (limited to 'ksayit/src')
-rw-r--r-- | ksayit/src/contextmenuhandler.cpp | 2 |
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 ); } |