diff options
Diffstat (limited to 'qmake/examples')
-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 3bdad9540..768d2c14e 100644 --- a/qmake/examples/precompile/main.cpp +++ b/qmake/examples/precompile/main.cpp @@ -1,6 +1,6 @@ #include <ntqapplication.h> #include <ntqpushbutton.h> -#include <ntqlabel.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 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 |