diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /tools/designer/uic | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tools/designer/uic')
-rw-r--r-- | tools/designer/uic/form.cpp | 4 | ||||
-rw-r--r-- | tools/designer/uic/uic.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/designer/uic/form.cpp b/tools/designer/uic/form.cpp index 00a24784a..fd4755c78 100644 --- a/tools/designer/uic/form.cpp +++ b/tools/designer/uic/form.cpp @@ -199,7 +199,7 @@ void Uic::createFormDecl( const TQDomElement &e ) out << "#include <ntqvariant.h>" << endl; // for broken HP-UX compilers if ( !imageMembers.isEmpty() ) - out << "#include <ntqpixmap.h>" << endl; + out << "#include <tqpixmap.h>" << endl; TQStringList globalIncludes, localIncludes; int wid = WidgetDatabase::idFromClassName( objClass ); @@ -852,7 +852,7 @@ void Uic::createFormImpl( const TQDomElement &e ) if ( !requiredImages.isEmpty() || externPixmaps ) { out << "#include <tqimage.h>" << endl; - out << "#include <ntqpixmap.h>" << endl << endl; + out << "#include <tqpixmap.h>" << endl << endl; } /* diff --git a/tools/designer/uic/uic.h b/tools/designer/uic/uic.h index 93fdad2cc..caf566705 100644 --- a/tools/designer/uic/uic.h +++ b/tools/designer/uic/uic.h @@ -38,7 +38,7 @@ #include <tqstringlist.h> #include <tqmap.h> #include <tqtextstream.h> -#include <ntqpalette.h> +#include <tqpalette.h> #include <ntqvariant.h> class Uic : public TQt |