diff options
Diffstat (limited to 'examples/richtext')
-rw-r--r-- | examples/richtext/main.cpp | 2 | ||||
-rw-r--r-- | examples/richtext/richtext.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/richtext/main.cpp b/examples/richtext/main.cpp index d8aa15746..89b0f6ea9 100644 --- a/examples/richtext/main.cpp +++ b/examples/richtext/main.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include "richtext.h" -#include <ntqapplication.h> +#include <tqapplication.h> int main( int argc, char **argv ) { diff --git a/examples/richtext/richtext.cpp b/examples/richtext/richtext.cpp index dea4366c4..3e8d4811b 100644 --- a/examples/richtext/richtext.cpp +++ b/examples/richtext/richtext.cpp @@ -14,7 +14,7 @@ #include <tqpushbutton.h> #include <tqtextview.h> #include <tqbrush.h> -#include <ntqapplication.h> +#include <tqapplication.h> static const char* sayings[] = { "<b>Saying 1:</b><br>" |