diff options
Diffstat (limited to 'examples/progressbar')
-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 7ab78c69e..7dcf14647 100644 --- a/examples/progressbar/main.cpp +++ b/examples/progressbar/main.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include "progressbar.h" -#include <ntqapplication.h> +#include <tqapplication.h> int main(int argc,char **argv) { |