diff options
Diffstat (limited to 'src/fileexporter.cpp')
-rw-r--r-- | src/fileexporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileexporter.cpp b/src/fileexporter.cpp index b5fe73b..8d190b7 100644 --- a/src/fileexporter.cpp +++ b/src/fileexporter.cpp @@ -22,7 +22,7 @@ namespace BibTeX { - FileExporter::FileExporter() : QObject() + FileExporter::FileExporter() : TQObject() { // nothing } |