diff options
author | Michele Calgaro <[email protected]> | 2024-02-16 19:56:54 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-17 12:46:32 +0900 |
commit | e86e0ce5f1376174d8cfb44aeeff360b59cb50b5 (patch) | |
tree | f81e4b6238c4c522d7b4a25663919f7dd4135d77 /part/actions.cpp | |
parent | 9e94ee99cd260efb279f2c810ea2c2cc7839e6ae (diff) | |
download | kxmleditor-e86e0ce5f1376174d8cfb44aeeff360b59cb50b5.tar.gz kxmleditor-e86e0ce5f1376174d8cfb44aeeff360b59cb50b5.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 41b3c136fb316a7db9dcacde48890ca716422395)
Diffstat (limited to 'part/actions.cpp')
-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> |