summaryrefslogtreecommitdiffstats
path: root/tools/designer/uic/form.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/designer/uic/form.cpp')
-rw-r--r--tools/designer/uic/form.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/uic/form.cpp b/tools/designer/uic/form.cpp
index 127d1915d..ebbcb1575 100644
--- a/tools/designer/uic/form.cpp
+++ b/tools/designer/uic/form.cpp
@@ -851,7 +851,7 @@ void Uic::createFormImpl( const TQDomElement &e )
}
if ( !requiredImages.isEmpty() || externPixmaps ) {
- out << "#include <ntqimage.h>" << endl;
+ out << "#include <tqimage.h>" << endl;
out << "#include <ntqpixmap.h>" << endl << endl;
}