summaryrefslogtreecommitdiffstats
path: root/src/fileexporterpdf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileexporterpdf.h')
-rw-r--r--src/fileexporterpdf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileexporterpdf.h b/src/fileexporterpdf.h
index 54068f3..ffe6daa 100644
--- a/src/fileexporterpdf.h
+++ b/src/fileexporterpdf.h
@@ -31,7 +31,7 @@ namespace BibTeX
class FileExporterPDF : public FileExporterToolchain
{
public:
- FileExporterPDF( bool embedFiles = FALSE );
+ FileExporterPDF( bool embedFiles = false );
~FileExporterPDF();
bool save( TQIODevice* iodevice, const File* bibtexfile, TQStringList *errorLog = NULL );