diff options
Diffstat (limited to 'examples/network/ftpclient')
| -rw-r--r-- | examples/network/ftpclient/ftpmainwindow.ui.h | 2 | ||||
| -rw-r--r-- | examples/network/ftpclient/main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/network/ftpclient/ftpmainwindow.ui.h b/examples/network/ftpclient/ftpmainwindow.ui.h index ce6ff78b2..8580b7b69 100644 --- a/examples/network/ftpclient/ftpmainwindow.ui.h +++ b/examples/network/ftpclient/ftpmainwindow.ui.h @@ -25,7 +25,7 @@ #include <tqmessagebox.h> #include <tqfiledialog.h> #include <tqprogressdialog.h> -#include <ntqapplication.h> +#include <tqapplication.h> #include "connectdialog.h" #include "ftpviewitem.h" diff --git a/examples/network/ftpclient/main.cpp b/examples/network/ftpclient/main.cpp index 1a231a714..b743c5b2e 100644 --- a/examples/network/ftpclient/main.cpp +++ b/examples/network/ftpclient/main.cpp @@ -7,7 +7,7 @@ ** *****************************************************************************/ -#include <ntqapplication.h> +#include <tqapplication.h> #include "ftpmainwindow.h" int main( int argc, char **argv ) |
