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 b7e4406dc..3f08e99e9 100644 --- a/examples/wizard/main.cpp +++ b/examples/wizard/main.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include "wizard.h" -#include <qapplication.h> +#include <ntqapplication.h> int main(int argc,char **argv) { |