diff options
Diffstat (limited to 'qmake/examples/precompile')
| -rw-r--r-- | qmake/examples/precompile/main.cpp | 2 | ||||
| -rw-r--r-- | qmake/examples/precompile/stable.h | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/qmake/examples/precompile/main.cpp b/qmake/examples/precompile/main.cpp index 768d2c14e..37ffa3492 100644 --- a/qmake/examples/precompile/main.cpp +++ b/qmake/examples/precompile/main.cpp @@ -1,5 +1,5 @@  #include <ntqapplication.h> -#include <ntqpushbutton.h> +#include <tqpushbutton.h>  #include <tqlabel.h>  #include "myobject.h"  #include "mydialog.h" 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 | 
