diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-26 10:43:33 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-26 10:43:33 +0900 |
| commit | 6f64d330023346af528af58bc5dfd7f6150a6fd6 (patch) | |
| tree | e376feed3f2458bff74cd9217e9ab3cd0e6be140 /puic | |
| parent | 6ad6ccfdd6bc602001213475f2cdc95f61181c10 (diff) | |
| download | libtqt-perl-6f64d330023346af528af58bc5dfd7f6150a6fd6.tar.gz libtqt-perl-6f64d330023346af528af58bc5dfd7f6150a6fd6.zip | |
Use tq* header after last round of renaming in tqt3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'puic')
| -rw-r--r-- | puic/main.cpp | 2 | ||||
| -rw-r--r-- | puic/widgetdatabase.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/puic/main.cpp b/puic/main.cpp index 6c0b25f..513e4a5 100644 --- a/puic/main.cpp +++ b/puic/main.cpp @@ -31,7 +31,7 @@ #include "parser.h" #include "widgetdatabase.h" #include "domtool.h" -#include <ntqapplication.h> +#include <tqapplication.h> #include <tqfile.h> #include <tqstringlist.h> #include <tqdatetime.h> diff --git a/puic/widgetdatabase.cpp b/puic/widgetdatabase.cpp index 284023f..47947ee 100644 --- a/puic/widgetdatabase.cpp +++ b/puic/widgetdatabase.cpp @@ -27,7 +27,7 @@ #include "widgetdatabase.h" #include "widgetinterface.h" -#include <ntqapplication.h> +#include <tqapplication.h> #define NO_STATIC_COLORS #include <globaldefs.h> #include <tqstrlist.h> |
