diff options
Diffstat (limited to 'examples/script/helloscript/main.cpp')
-rw-r--r-- | examples/script/helloscript/main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/script/helloscript/main.cpp b/examples/script/helloscript/main.cpp index 3013e7c..6eac741 100644 --- a/examples/script/helloscript/main.cpp +++ b/examples/script/helloscript/main.cpp @@ -39,8 +39,11 @@ ****************************************************************************/ #include <QApplication> +#include <QFile> #include <QMessageBox> #include <QPushButton> +#include <QTextStream> +#include <QTranslator> #include <QtScript> //! [0] |