diff options
Diffstat (limited to 'examples/wizard/main.cpp')
-rw-r--r-- | examples/wizard/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wizard/main.cpp b/examples/wizard/main.cpp index 3f08e99e9..f49c18303 100644 --- a/examples/wizard/main.cpp +++ b/examples/wizard/main.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include "wizard.h" -#include <ntqapplication.h> +#include <tqapplication.h> int main(int argc,char **argv) { |