diff options
Diffstat (limited to 'examples/showimg/main.cpp')
-rw-r--r-- | examples/showimg/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/showimg/main.cpp b/examples/showimg/main.cpp index e8c936b83..2b985a419 100644 --- a/examples/showimg/main.cpp +++ b/examples/showimg/main.cpp @@ -9,8 +9,8 @@ #include "showimg.h" #include "imagefip.h" -#include <qapplication.h> -#include <qimage.h> +#include <ntqapplication.h> +#include <ntqimage.h> int main( int argc, char **argv ) { |