diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 13:35:18 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-23 13:35:18 +0900 |
commit | ea34bc8824c68020a95021756fa29404621e7ee2 (patch) | |
tree | b97b2978f43312add4c53038101f3f6dc341b511 /qtinterface/interface_tqt3/tqaction.h | |
parent | b56bc45e72e5f17b3215713b1ff3af8db08f9599 (diff) | |
download | tqtinterface-ea34bc88.tar.gz tqtinterface-ea34bc88.zip |
Remove tqobject* header files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qtinterface/interface_tqt3/tqaction.h')
-rw-r--r-- | qtinterface/interface_tqt3/tqaction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtinterface/interface_tqt3/tqaction.h b/qtinterface/interface_tqt3/tqaction.h index 338659d..e06273e 100644 --- a/qtinterface/interface_tqt3/tqaction.h +++ b/qtinterface/interface_tqt3/tqaction.h @@ -23,7 +23,7 @@ Boston, MA 02110-1301, USA. #define TQT_TQACTION_H #include <tqt.h> -#include <ntqobject.h> +#include <tqobject.h> #include <ntqaction.h> #endif /* TQT_TQACTION_H */ |