diff options
Diffstat (limited to 'qmake/examples/precompile/stable.h')
-rw-r--r-- | qmake/examples/precompile/stable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/examples/precompile/stable.h b/qmake/examples/precompile/stable.h index 62db7215b..1ed5d261b 100644 --- a/qmake/examples/precompile/stable.h +++ b/qmake/examples/precompile/stable.h @@ -6,5 +6,5 @@ # include <iostream> # include <ntqapplication.h> # include <ntqpushbutton.h> -# include <ntqlabel.h> +# include <tqlabel.h> #endif |