diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-16 19:56:54 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-16 19:56:54 +0900 |
commit | 41b3c136fb316a7db9dcacde48890ca716422395 (patch) | |
tree | f81e4b6238c4c522d7b4a25663919f7dd4135d77 /part | |
parent | 4d0e92e869aeab286a753010ee87be3bd30cafe4 (diff) | |
download | kxmleditor-41b3c136fb316a7db9dcacde48890ca716422395.tar.gz kxmleditor-41b3c136fb316a7db9dcacde48890ca716422395.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'part')
-rw-r--r-- | part/actions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/part/actions.cpp b/part/actions.cpp index febaaf2..c71fa93 100644 --- a/part/actions.cpp +++ b/part/actions.cpp @@ -17,7 +17,7 @@ #include "actions.h" -// include files for QT +// include files for TQT #include <tqwhatsthis.h> #include <tqdragobject.h> |