diff options
Diffstat (limited to 'tools/qembed')
-rw-r--r-- | tools/qembed/qembed.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/qembed/qembed.cpp b/tools/qembed/qembed.cpp index 112ecb7c7..b2be7e873 100644 --- a/tools/qembed/qembed.cpp +++ b/tools/qembed/qembed.cpp @@ -17,14 +17,14 @@ *****************************************************************************/ #include <tqstring.h> -#include <ntqfile.h> -#include <ntqfileinfo.h> +#include <tqfile.h> +#include <tqfileinfo.h> #include <tqptrlist.h> #include <tqtextstream.h> #include <tqdatetime.h> #include <tqimage.h> #include <tqdict.h> -#include <ntqdir.h> +#include <tqdir.h> #include <ctype.h> #include <stdlib.h> |