summaryrefslogtreecommitdiffstats
path: root/tools/designer/uic/embed.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/designer/uic/embed.cpp')
-rw-r--r--tools/designer/uic/embed.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/designer/uic/embed.cpp b/tools/designer/uic/embed.cpp
index 5a272e33..670b688c 100644
--- a/tools/designer/uic/embed.cpp
+++ b/tools/designer/uic/embed.cpp
@@ -33,7 +33,7 @@
#include "uic.h"
#include <ntqfile.h>
-#include <ntqimage.h>
+#include <tqimage.h>
#include <ntqstringlist.h>
#include <ntqdatetime.h>
#include <ntqfileinfo.h>
@@ -143,7 +143,7 @@ void Uic::embed( TQTextStream& out, const char* project, const TQStringList& ima
out << "****************************************************************************/\n";
out << "\n";
- out << "#include <ntqimage.h>\n";
+ out << "#include <tqimage.h>\n";
out << "#include <ntqdict.h>\n";
out << "#include <ntqmime.h>\n";
out << "#include <ntqdragobject.h>\n";