diff options
Diffstat (limited to 'tools/qembed/qembed.cpp')
-rw-r--r-- | tools/qembed/qembed.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qembed/qembed.cpp b/tools/qembed/qembed.cpp index 978a4f3d4..4db18202a 100644 --- a/tools/qembed/qembed.cpp +++ b/tools/qembed/qembed.cpp @@ -22,7 +22,7 @@ #include <tqptrlist.h> #include <ntqtextstream.h> #include <ntqdatetime.h> -#include <ntqimage.h> +#include <tqimage.h> #include <ntqdict.h> #include <ntqdir.h> #include <ctype.h> @@ -96,7 +96,7 @@ int main( int argc, char **argv ) TQString arg = (*it); if ( arg == "--images" ) { if ( !images ) { - out << "#include <ntqimage.h>\n"; + out << "#include <tqimage.h>\n"; out << "#include <ntqdict.h>\n"; images = TRUE; } |