diff options
Diffstat (limited to 'examples/addressbook/main.cpp')
-rw-r--r-- | examples/addressbook/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/addressbook/main.cpp b/examples/addressbook/main.cpp index 80c36dc05..9b0eda28a 100644 --- a/examples/addressbook/main.cpp +++ b/examples/addressbook/main.cpp @@ -7,7 +7,7 @@ ** *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h> #include "mainwindow.h" |