diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-26 14:54:18 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-15 14:54:07 +0900 |
commit | 838094bf63c64e394f41c21553ced43cc4170060 (patch) | |
tree | 6a66487124c12641f7d57954e5c75f750a453994 /puic/widgetdatabase.h | |
parent | 1945c9975f0302ecd8532076d0e407537bac9524 (diff) | |
download | libtqt-perl-838094bf63c64e394f41c21553ced43cc4170060.tar.gz libtqt-perl-838094bf63c64e394f41c21553ced43cc4170060.zip |
Adapt to latest tqt3 version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'puic/widgetdatabase.h')
-rw-r--r-- | puic/widgetdatabase.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/puic/widgetdatabase.h b/puic/widgetdatabase.h index c671b4f..2db524d 100644 --- a/puic/widgetdatabase.h +++ b/puic/widgetdatabase.h @@ -21,10 +21,10 @@ #ifndef WIDGETDATABASE_H #define WIDGETDATABASE_H -#include <ntqiconset.h> -#include <ntqstring.h> +#include <tqiconset.h> +#include <tqstring.h> #include "widgetinterface.h" // up here for GCC 2.7.* compatibility -#include <private/qpluginmanager_p.h> +#include <private/tqpluginmanager_p.h> extern TQPluginManager<WidgetInterface> *widgetManager(); |