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