diff options
Diffstat (limited to 'export-html.cpp')
-rw-r--r-- | export-html.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/export-html.cpp b/export-html.cpp index 0c270c6fc..e030cb6c5 100644 --- a/export-html.cpp +++ b/export-html.cpp @@ -5,6 +5,7 @@ #include <QDebug> #include "qt-gui.h" +#include "qthelper.h" #include "dive.h" #include "save-html.h" #include "stdio.h" @@ -14,8 +15,6 @@ #include "windowtitleupdate.h" #include "statistics.h" -QTranslator *qtTranslator, *ssrfTranslator; - int main(int argc, char **argv) { QApplication *application = new QApplication(argc, argv); |