summaryrefslogtreecommitdiffstats
path: root/examples/network/ftpclient
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/ftpclient')
-rw-r--r--examples/network/ftpclient/ftpmainwindow.ui.h16
-rw-r--r--examples/network/ftpclient/ftpviewitem.cpp2
-rw-r--r--examples/network/ftpclient/ftpviewitem.h4
-rw-r--r--examples/network/ftpclient/main.cpp2
4 files changed, 12 insertions, 12 deletions
diff --git a/examples/network/ftpclient/ftpmainwindow.ui.h b/examples/network/ftpclient/ftpmainwindow.ui.h
index 1c272ffbe..8f3cde07c 100644
--- a/examples/network/ftpclient/ftpmainwindow.ui.h
+++ b/examples/network/ftpclient/ftpmainwindow.ui.h
@@ -18,14 +18,14 @@
**
*****************************************************************************/
-#include <qftp.h>
-#include <qlineedit.h>
-#include <qspinbox.h>
-#include <qstatusbar.h>
-#include <qmessagebox.h>
-#include <qfiledialog.h>
-#include <qprogressdialog.h>
-#include <qapplication.h>
+#include <ntqftp.h>
+#include <ntqlineedit.h>
+#include <ntqspinbox.h>
+#include <ntqstatusbar.h>
+#include <ntqmessagebox.h>
+#include <ntqfiledialog.h>
+#include <ntqprogressdialog.h>
+#include <ntqapplication.h>
#include "connectdialog.h"
#include "ftpviewitem.h"
diff --git a/examples/network/ftpclient/ftpviewitem.cpp b/examples/network/ftpclient/ftpviewitem.cpp
index 0763c1b0d..97544b67f 100644
--- a/examples/network/ftpclient/ftpviewitem.cpp
+++ b/examples/network/ftpclient/ftpviewitem.cpp
@@ -7,7 +7,7 @@
**
*****************************************************************************/
-#include <qpixmap.h>
+#include <ntqpixmap.h>
#include "ftpviewitem.h"
diff --git a/examples/network/ftpclient/ftpviewitem.h b/examples/network/ftpclient/ftpviewitem.h
index 3387f030a..28dcbb87e 100644
--- a/examples/network/ftpclient/ftpviewitem.h
+++ b/examples/network/ftpclient/ftpviewitem.h
@@ -10,8 +10,8 @@
#ifndef FTPVIEWITEM_H
#define FTPVIEWITEM_H
-#include <qlistview.h>
-#include <qdatetime.h>
+#include <ntqlistview.h>
+#include <ntqdatetime.h>
class FtpViewItem : public TQListViewItem
{
diff --git a/examples/network/ftpclient/main.cpp b/examples/network/ftpclient/main.cpp
index df636dcb9..1a231a714 100644
--- a/examples/network/ftpclient/main.cpp
+++ b/examples/network/ftpclient/main.cpp
@@ -7,7 +7,7 @@
**
*****************************************************************************/
-#include <qapplication.h>
+#include <ntqapplication.h>
#include "ftpmainwindow.h"
int main( int argc, char **argv )