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 1ed5d261b..ade98ba33 100644 --- a/qmake/examples/precompile/stable.h +++ b/qmake/examples/precompile/stable.h @@ -5,6 +5,6 @@ # include <iostream> # include <ntqapplication.h> -# include <ntqpushbutton.h> +# include <tqpushbutton.h> # include <tqlabel.h> #endif |