summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/widgets/browser
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/widgets/browser')
-rw-r--r--kftpgrabber/src/widgets/browser/actions.cpp4
-rw-r--r--kftpgrabber/src/widgets/browser/actions.h2
-rw-r--r--kftpgrabber/src/widgets/browser/detailsview.cpp4
-rw-r--r--kftpgrabber/src/widgets/browser/dirlister.h2
-rw-r--r--kftpgrabber/src/widgets/browser/filterwidget.cpp6
-rw-r--r--kftpgrabber/src/widgets/browser/locationnavigator.h4
-rw-r--r--kftpgrabber/src/widgets/browser/propsplugin.cpp8
-rw-r--r--kftpgrabber/src/widgets/browser/propsplugin.h2
-rw-r--r--kftpgrabber/src/widgets/browser/treeview.cpp4
-rw-r--r--kftpgrabber/src/widgets/browser/treeview.h4
-rw-r--r--kftpgrabber/src/widgets/browser/view.cpp6
-rw-r--r--kftpgrabber/src/widgets/browser/view.h12
12 files changed, 29 insertions, 29 deletions
diff --git a/kftpgrabber/src/widgets/browser/actions.cpp b/kftpgrabber/src/widgets/browser/actions.cpp
index ba9c663..2355f80 100644
--- a/kftpgrabber/src/widgets/browser/actions.cpp
+++ b/kftpgrabber/src/widgets/browser/actions.cpp
@@ -69,8 +69,8 @@
#include <tdefiledialog.h>
#include <kstandarddirs.h>
-#include <ntqdir.h>
-#include <ntqclipboard.h>
+#include <tqdir.h>
+#include <tqclipboard.h>
using namespace KFTPGrabberBase;
using namespace KFTPEngine;
diff --git a/kftpgrabber/src/widgets/browser/actions.h b/kftpgrabber/src/widgets/browser/actions.h
index 6267fbe..89224a9 100644
--- a/kftpgrabber/src/widgets/browser/actions.h
+++ b/kftpgrabber/src/widgets/browser/actions.h
@@ -36,7 +36,7 @@
#ifndef KFTPFILEDIRVIEWACTIONS_H
#define KFTPFILEDIRVIEWACTIONS_H
-#include <ntqobject.h>
+#include <tqobject.h>
#include <tdeaction.h>
#include <krun.h>
#include <kservice.h>
diff --git a/kftpgrabber/src/widgets/browser/detailsview.cpp b/kftpgrabber/src/widgets/browser/detailsview.cpp
index 29bcf69..20df37f 100644
--- a/kftpgrabber/src/widgets/browser/detailsview.cpp
+++ b/kftpgrabber/src/widgets/browser/detailsview.cpp
@@ -46,8 +46,8 @@
#include "kftpqueue.h"
-#include <ntqheader.h>
-#include <ntqpainter.h>
+#include <tqheader.h>
+#include <tqpainter.h>
#include <tdepopupmenu.h>
#include <kurldrag.h>
diff --git a/kftpgrabber/src/widgets/browser/dirlister.h b/kftpgrabber/src/widgets/browser/dirlister.h
index fae0872..0e6f9e1 100644
--- a/kftpgrabber/src/widgets/browser/dirlister.h
+++ b/kftpgrabber/src/widgets/browser/dirlister.h
@@ -36,7 +36,7 @@
#ifndef KFTPWIDGETS_BROWSERDIRLISTER_H
#define KFTPWIDGETS_BROWSERDIRLISTER_H
-#include <ntqobject.h>
+#include <tqobject.h>
#include <kurl.h>
#include <kdirlister.h>
diff --git a/kftpgrabber/src/widgets/browser/filterwidget.cpp b/kftpgrabber/src/widgets/browser/filterwidget.cpp
index 0dda482..a5642e8 100644
--- a/kftpgrabber/src/widgets/browser/filterwidget.cpp
+++ b/kftpgrabber/src/widgets/browser/filterwidget.cpp
@@ -36,9 +36,9 @@
#include "browser/filterwidget.h"
#include "browser/detailsview.h"
-#include <ntqlistview.h>
-#include <ntqregexp.h>
-#include <ntqpopupmenu.h>
+#include <tqlistview.h>
+#include <tqregexp.h>
+#include <tqpopupmenu.h>
#include <tdelocale.h>
diff --git a/kftpgrabber/src/widgets/browser/locationnavigator.h b/kftpgrabber/src/widgets/browser/locationnavigator.h
index d709938..961906e 100644
--- a/kftpgrabber/src/widgets/browser/locationnavigator.h
+++ b/kftpgrabber/src/widgets/browser/locationnavigator.h
@@ -36,8 +36,8 @@
#ifndef KFTPWIDGETS_BROWSERLOCATIONNAVIGATOR_H
#define KFTPWIDGETS_BROWSERLOCATIONNAVIGATOR_H
-#include <ntqobject.h>
-#include <ntqvaluelist.h>
+#include <tqobject.h>
+#include <tqvaluelist.h>
#include <kurl.h>
diff --git a/kftpgrabber/src/widgets/browser/propsplugin.cpp b/kftpgrabber/src/widgets/browser/propsplugin.cpp
index cb22ede..607fdf2 100644
--- a/kftpgrabber/src/widgets/browser/propsplugin.cpp
+++ b/kftpgrabber/src/widgets/browser/propsplugin.cpp
@@ -36,10 +36,10 @@
#include "browser/propsplugin.h"
#include "kftpsession.h"
-#include <ntqlayout.h>
-#include <ntqlabel.h>
-#include <ntqstyle.h>
-#include <ntqgroupbox.h>
+#include <tqlayout.h>
+#include <tqlabel.h>
+#include <tqstyle.h>
+#include <tqgroupbox.h>
#include <tdelocale.h>
#include <kiconloader.h>
diff --git a/kftpgrabber/src/widgets/browser/propsplugin.h b/kftpgrabber/src/widgets/browser/propsplugin.h
index 736ec48..286dfb6 100644
--- a/kftpgrabber/src/widgets/browser/propsplugin.h
+++ b/kftpgrabber/src/widgets/browser/propsplugin.h
@@ -38,7 +38,7 @@
#include "engine/directorylisting.h"
-#include <ntqcheckbox.h>
+#include <tqcheckbox.h>
#include <kpropertiesdialog.h>
namespace KFTPSession {
diff --git a/kftpgrabber/src/widgets/browser/treeview.cpp b/kftpgrabber/src/widgets/browser/treeview.cpp
index f101dc7..b9a5929 100644
--- a/kftpgrabber/src/widgets/browser/treeview.cpp
+++ b/kftpgrabber/src/widgets/browser/treeview.cpp
@@ -40,8 +40,8 @@
#include "misc.h"
-#include <ntqheader.h>
-#include <ntqtimer.h>
+#include <tqheader.h>
+#include <tqtimer.h>
#include <tdeio/job.h>
#include <kurl.h>
diff --git a/kftpgrabber/src/widgets/browser/treeview.h b/kftpgrabber/src/widgets/browser/treeview.h
index d325fe6..909d2f9 100644
--- a/kftpgrabber/src/widgets/browser/treeview.h
+++ b/kftpgrabber/src/widgets/browser/treeview.h
@@ -40,8 +40,8 @@
#include <tdelocale.h>
#include <kurl.h>
-#include <ntqpixmap.h>
-#include <ntqdict.h>
+#include <tqpixmap.h>
+#include <tqdict.h>
namespace KFTPWidgets {
diff --git a/kftpgrabber/src/widgets/browser/view.cpp b/kftpgrabber/src/widgets/browser/view.cpp
index da031d6..b990b3a 100644
--- a/kftpgrabber/src/widgets/browser/view.cpp
+++ b/kftpgrabber/src/widgets/browser/view.cpp
@@ -58,9 +58,9 @@
#include <tdeio/job.h>
-#include <ntqdir.h>
-#include <ntqlabel.h>
-#include <ntqlayout.h>
+#include <tqdir.h>
+#include <tqlabel.h>
+#include <tqlayout.h>
using namespace KFTPGrabberBase;
using namespace KFTPEngine;
diff --git a/kftpgrabber/src/widgets/browser/view.h b/kftpgrabber/src/widgets/browser/view.h
index 198a383..470ba05 100644
--- a/kftpgrabber/src/widgets/browser/view.h
+++ b/kftpgrabber/src/widgets/browser/view.h
@@ -38,12 +38,12 @@
#include "browser/locationnavigator.h"
-#include <ntqwidget.h>
-#include <ntqlabel.h>
-#include <ntqpushbutton.h>
-#include <ntqtimer.h>
-#include <ntqdatetime.h>
-#include <ntqsplitter.h>
+#include <tqwidget.h>
+#include <tqlabel.h>
+#include <tqpushbutton.h>
+#include <tqtimer.h>
+#include <tqdatetime.h>
+#include <tqsplitter.h>
#include <kurl.h>
#include <tdefileitem.h>