diff options
Diffstat (limited to 'examples/action/application.cpp')
-rw-r--r-- | examples/action/application.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/action/application.cpp b/examples/action/application.cpp index 0a6502a41..1687b2117 100644 --- a/examples/action/application.cpp +++ b/examples/action/application.cpp @@ -26,9 +26,9 @@ #include <tqtextstream.h> #include <tqpainter.h> #include <tqpaintdevicemetrics.h> -#include <ntqwhatsthis.h> +#include <tqwhatsthis.h> #include <tqaction.h> -#include <ntqsimplerichtext.h> +#include <tqsimplerichtext.h> #include "filesave.xpm" #include "fileopen.xpm" |