diff options
Diffstat (limited to 'src/plugins/General/rgscan/rgscanfactory.cpp')
| -rw-r--r-- | src/plugins/General/rgscan/rgscanfactory.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/General/rgscan/rgscanfactory.cpp b/src/plugins/General/rgscan/rgscanfactory.cpp index f0d31ab53..016e74a11 100644 --- a/src/plugins/General/rgscan/rgscanfactory.cpp +++ b/src/plugins/General/rgscan/rgscanfactory.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2013 by Ilya Kotov * + * Copyright (C) 2013-2016 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -18,7 +18,9 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include <QtGui> +#include <QMessageBox> +#include <QTranslator> +#include <QtPlugin> #include "rgscanhelper.h" #include "rgscanfactory.h" |
