diff options
Diffstat (limited to 'src/TemplateBatchScript.cpp')
-rwxr-xr-x | src/TemplateBatchScript.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TemplateBatchScript.cpp b/src/TemplateBatchScript.cpp index 00c96ce..e8a91e8 100755 --- a/src/TemplateBatchScript.cpp +++ b/src/TemplateBatchScript.cpp @@ -20,7 +20,7 @@ #include "TemplateBatchScript.h" // Need to include QObject here so that platform specific defines like Q_OS_WIN32 are set. -#include <QObject> +#include <tqobject.h> /*! \brief The only and static function of this class returns a batch or shell script |