summaryrefslogtreecommitdiffstats
path: root/src/translators/xsltexporter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/translators/xsltexporter.cpp')
-rw-r--r--src/translators/xsltexporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translators/xsltexporter.cpp b/src/translators/xsltexporter.cpp
index b0642b3..07e9bc9 100644
--- a/src/translators/xsltexporter.cpp
+++ b/src/translators/xsltexporter.cpp
@@ -47,7 +47,7 @@ TQString XSLTExporter::fileFilter() const {
bool XSLTExporter::exec() {
KURL u = m_URLRequester->url();
if(u.isEmpty() || !u.isValid()) {
- return TQString();
+ return false;
}
// XSLTHandler handler(FileHandler::readXMLFile(url));
XSLTHandler handler(u);