diff options
author | Slávek Banko <[email protected]> | 2013-06-29 12:56:53 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-07-04 03:11:35 +0200 |
commit | 5f5e7c5455d52826b0bd50f64fcffb7695ce970d (patch) | |
tree | c8ee8792d3fb139365abbf70c2255f1e69d2aa34 /src/fileexporter.cpp | |
parent | 251c9a439759c830d34c70683d0fc9454d703010 (diff) | |
download | kbibtex-5f5e7c5455d52826b0bd50f64fcffb7695ce970d.tar.gz kbibtex-5f5e7c5455d52826b0bd50f64fcffb7695ce970d.zip |
Initial TQt conversion
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 } |