diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-07-16 15:44:05 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-07-16 15:44:05 +0900 |
commit | a30a266067d9d952edc91305bef757557c03717e (patch) | |
tree | 7bcabd84594f751001c66b16f3c42a8d459b7773 /src/TemplateBatchScript.cpp | |
parent | d017bd37253ae35b29d82e3277b9adcbb4517dd0 (diff) | |
download | universal-indent-gui-tqt-a30a266067d9d952edc91305bef757557c03717e.tar.gz universal-indent-gui-tqt-a30a266067d9d952edc91305bef757557c03717e.zip |
Raw Qt->TQt conversion using tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/TemplateBatchScript.cpp')
-rwxr-xr-x | src/TemplateBatchScript.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/TemplateBatchScript.cpp b/src/TemplateBatchScript.cpp index e8a91e8..d34681b 100755 --- a/src/TemplateBatchScript.cpp +++ b/src/TemplateBatchScript.cpp @@ -19,8 +19,8 @@ #include "TemplateBatchScript.h" -// Need to include QObject here so that platform specific defines like Q_OS_WIN32 are set. -#include <tqobject.h> +// Need to include TQObject here so that platform specific defines like Q_OS_WIN32 are set. +#include <tntqobject.h> /*! \brief The only and static function of this class returns a batch or shell script |