diff options
Diffstat (limited to 'examples/tooltip')
-rw-r--r-- | examples/tooltip/main.cpp | 2 | ||||
-rw-r--r-- | examples/tooltip/tooltip.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/tooltip/main.cpp b/examples/tooltip/main.cpp index 78313a4d1..da92da605 100644 --- a/examples/tooltip/main.cpp +++ b/examples/tooltip/main.cpp @@ -7,7 +7,7 @@ ** *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h> #include "tooltip.h" int main( int argc, char ** argv ) diff --git a/examples/tooltip/tooltip.cpp b/examples/tooltip/tooltip.cpp index d7406fa88..897b7c654 100644 --- a/examples/tooltip/tooltip.cpp +++ b/examples/tooltip/tooltip.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include "tooltip.h" -#include <ntqapplication.h> +#include <tqapplication.h> #include <tqpainter.h> #include <stdlib.h> |