diff options
Diffstat (limited to 'tools/qembed')
-rw-r--r-- | tools/qembed/qembed.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/qembed/qembed.cpp b/tools/qembed/qembed.cpp index d8fa46cde..112ecb7c7 100644 --- a/tools/qembed/qembed.cpp +++ b/tools/qembed/qembed.cpp @@ -23,7 +23,7 @@ #include <tqtextstream.h> #include <tqdatetime.h> #include <tqimage.h> -#include <ntqdict.h> +#include <tqdict.h> #include <ntqdir.h> #include <ctype.h> #include <stdlib.h> @@ -97,7 +97,7 @@ int main( int argc, char **argv ) if ( arg == "--images" ) { if ( !images ) { out << "#include <tqimage.h>\n"; - out << "#include <ntqdict.h>\n"; + out << "#include <tqdict.h>\n"; images = TRUE; } } else { @@ -171,9 +171,9 @@ int main( int argc, char **argv ) } if ( list.count() > 0 ) { - out << "#include <ntqcstring.h>\n"; + out << "#include <tqcstring.h>\n"; if ( !images ) - out << "#include <ntqdict.h>\n"; + out << "#include <tqdict.h>\n"; out << "static struct Embed {\n" " unsigned int size;\n" |