summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/misc/customcommands
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/misc/customcommands')
-rw-r--r--kftpgrabber/src/misc/customcommands/entry.h4
-rw-r--r--kftpgrabber/src/misc/customcommands/handlers.cpp4
-rw-r--r--kftpgrabber/src/misc/customcommands/handlers.h4
-rw-r--r--kftpgrabber/src/misc/customcommands/manager.cpp2
-rw-r--r--kftpgrabber/src/misc/customcommands/manager.h6
-rw-r--r--kftpgrabber/src/misc/customcommands/parameterentrydialog.cpp6
-rw-r--r--kftpgrabber/src/misc/customcommands/parameterentrydialog.h2
7 files changed, 14 insertions, 14 deletions
diff --git a/kftpgrabber/src/misc/customcommands/entry.h b/kftpgrabber/src/misc/customcommands/entry.h
index 85a97af..5cd3bde 100644
--- a/kftpgrabber/src/misc/customcommands/entry.h
+++ b/kftpgrabber/src/misc/customcommands/entry.h
@@ -36,8 +36,8 @@
#ifndef KFTPCORE_CUSTOMCOMMANDSENTRY_H
#define KFTPCORE_CUSTOMCOMMANDSENTRY_H
-#include <ntqdom.h>
-#include <ntqvaluelist.h>
+#include <tqdom.h>
+#include <tqvaluelist.h>
#include <tdeaction.h>
diff --git a/kftpgrabber/src/misc/customcommands/handlers.cpp b/kftpgrabber/src/misc/customcommands/handlers.cpp
index 86f64b3..95a3ce5 100644
--- a/kftpgrabber/src/misc/customcommands/handlers.cpp
+++ b/kftpgrabber/src/misc/customcommands/handlers.cpp
@@ -35,8 +35,8 @@
*/
#include "handlers.h"
-#include <ntqdom.h>
-#include <ntqregexp.h>
+#include <tqdom.h>
+#include <tqregexp.h>
namespace KFTPCore {
diff --git a/kftpgrabber/src/misc/customcommands/handlers.h b/kftpgrabber/src/misc/customcommands/handlers.h
index 3bcb486..9e11590 100644
--- a/kftpgrabber/src/misc/customcommands/handlers.h
+++ b/kftpgrabber/src/misc/customcommands/handlers.h
@@ -36,8 +36,8 @@
#ifndef KFTPCORE_CUSTOMCOMMANDS_HANDLERSHANDLERS_H
#define KFTPCORE_CUSTOMCOMMANDS_HANDLERSHANDLERS_H
-#include <ntqstring.h>
-#include <ntqdom.h>
+#include <tqstring.h>
+#include <tqdom.h>
namespace KFTPCore {
diff --git a/kftpgrabber/src/misc/customcommands/manager.cpp b/kftpgrabber/src/misc/customcommands/manager.cpp
index 029e5c3..2d0f8b5 100644
--- a/kftpgrabber/src/misc/customcommands/manager.cpp
+++ b/kftpgrabber/src/misc/customcommands/manager.cpp
@@ -36,7 +36,7 @@
#include "manager.h"
#include "entry.h"
-#include <ntqfile.h>
+#include <tqfile.h>
#include <kstandarddirs.h>
#include <kstaticdeleter.h>
diff --git a/kftpgrabber/src/misc/customcommands/manager.h b/kftpgrabber/src/misc/customcommands/manager.h
index 3e017ad..7899992 100644
--- a/kftpgrabber/src/misc/customcommands/manager.h
+++ b/kftpgrabber/src/misc/customcommands/manager.h
@@ -36,9 +36,9 @@
#ifndef KFTPCORE_CUSTOMCOMMANDSMANAGER_H
#define KFTPCORE_CUSTOMCOMMANDSMANAGER_H
-#include <ntqobject.h>
-#include <ntqdom.h>
-#include <ntqmap.h>
+#include <tqobject.h>
+#include <tqdom.h>
+#include <tqmap.h>
#include <tdeaction.h>
diff --git a/kftpgrabber/src/misc/customcommands/parameterentrydialog.cpp b/kftpgrabber/src/misc/customcommands/parameterentrydialog.cpp
index 3bb1d9a..1aeebe5 100644
--- a/kftpgrabber/src/misc/customcommands/parameterentrydialog.cpp
+++ b/kftpgrabber/src/misc/customcommands/parameterentrydialog.cpp
@@ -36,9 +36,9 @@
#include "parameterentrydialog.h"
#include "entry.h"
-#include <ntqvbox.h>
-#include <ntqlayout.h>
-#include <ntqlabel.h>
+#include <tqvbox.h>
+#include <tqlayout.h>
+#include <tqlabel.h>
#include <kiconloader.h>
#include <klineedit.h>
diff --git a/kftpgrabber/src/misc/customcommands/parameterentrydialog.h b/kftpgrabber/src/misc/customcommands/parameterentrydialog.h
index 29e863a..c3f4251 100644
--- a/kftpgrabber/src/misc/customcommands/parameterentrydialog.h
+++ b/kftpgrabber/src/misc/customcommands/parameterentrydialog.h
@@ -37,7 +37,7 @@
#define KFTPCORE_CUSTOMCOMMANDSPARAMETERENTRYDIALOG_H
#include <kdialogbase.h>
-#include <ntqvaluelist.h>
+#include <tqvaluelist.h>
#include "entry.h"