summaryrefslogtreecommitdiffstats
path: root/quanta/parsers/dtd/dtdparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/parsers/dtd/dtdparser.h')
-rw-r--r--quanta/parsers/dtd/dtdparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/parsers/dtd/dtdparser.h b/quanta/parsers/dtd/dtdparser.h
index 800fa445..b9948ea6 100644
--- a/quanta/parsers/dtd/dtdparser.h
+++ b/quanta/parsers/dtd/dtdparser.h
@@ -35,7 +35,7 @@ public:
* @param entitiesOnly if true, only the entities are extracted from the DTD into the entities.tag file
* @return true on success, false if some error happened
*/
- bool parse(const TQString &targetDir = TQString::null, bool entitiesOnly = false);
+ bool parse(const TQString &targetDir = TQString(), bool entitiesOnly = false);
protected:
void writeDescriptionRC();