diff options
Diffstat (limited to 'examples/richtext/main.cpp')
-rw-r--r-- | examples/richtext/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/richtext/main.cpp b/examples/richtext/main.cpp index 5e7ffff89..d8aa15746 100644 --- a/examples/richtext/main.cpp +++ b/examples/richtext/main.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include "richtext.h" -#include <qapplication.h> +#include <ntqapplication.h> int main( int argc, char **argv ) { |