summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/widgets/bookmarks
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-09-09 13:03:44 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-09-17 10:06:07 +0900
commit27a4eb8b751a48e9e19992d7312a796734153e71 (patch)
treef0e20676c68f36661b4dfb4e63c6ef6151fa8f2b /kftpgrabber/src/widgets/bookmarks
parentb98cff86c36221d8e34ad7a07739fc35dabb8866 (diff)
downloadkftpgrabber-27a4eb8b.tar.gz
kftpgrabber-27a4eb8b.zip
Cleanup headers.
Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit bee551b98023b90a5cfb87627f7f65ed5c1cf295)
Diffstat (limited to 'kftpgrabber/src/widgets/bookmarks')
-rw-r--r--kftpgrabber/src/widgets/bookmarks/editor.cpp16
-rw-r--r--kftpgrabber/src/widgets/bookmarks/editor.h4
-rw-r--r--kftpgrabber/src/widgets/bookmarks/editortls.cpp2
-rw-r--r--kftpgrabber/src/widgets/bookmarks/editortls.h4
-rw-r--r--kftpgrabber/src/widgets/bookmarks/importwizard.cpp4
-rw-r--r--kftpgrabber/src/widgets/bookmarks/listview.cpp2
-rw-r--r--kftpgrabber/src/widgets/bookmarks/listview.h4
-rw-r--r--kftpgrabber/src/widgets/bookmarks/sidebar.cpp6
8 files changed, 21 insertions, 21 deletions
diff --git a/kftpgrabber/src/widgets/bookmarks/editor.cpp b/kftpgrabber/src/widgets/bookmarks/editor.cpp
index a7cd7cc..86b848b 100644
--- a/kftpgrabber/src/widgets/bookmarks/editor.cpp
+++ b/kftpgrabber/src/widgets/bookmarks/editor.cpp
@@ -34,14 +34,14 @@
* files in the program, then also delete it here.
*/
-#include <ntqlayout.h>
-#include <ntqpushbutton.h>
-#include <ntqcheckbox.h>
-#include <ntqgroupbox.h>
-#include <ntqspinbox.h>
-#include <ntqsplitter.h>
-#include <ntqtextedit.h>
-#include <ntqtabwidget.h>
+#include <tqlayout.h>
+#include <tqpushbutton.h>
+#include <tqcheckbox.h>
+#include <tqgroupbox.h>
+#include <tqspinbox.h>
+#include <tqsplitter.h>
+#include <tqtextedit.h>
+#include <tqtabwidget.h>
#include <tdeglobal.h>
#include <kcharsets.h>
diff --git a/kftpgrabber/src/widgets/bookmarks/editor.h b/kftpgrabber/src/widgets/bookmarks/editor.h
index f2aa9b0..f367dc6 100644
--- a/kftpgrabber/src/widgets/bookmarks/editor.h
+++ b/kftpgrabber/src/widgets/bookmarks/editor.h
@@ -42,8 +42,8 @@
#include <tdeaction.h>
#include <kdialogbase.h>
-#include <ntqlistview.h>
-#include <ntqdom.h>
+#include <tqlistview.h>
+#include <tqdom.h>
namespace KFTPBookmarks {
class Manager;
diff --git a/kftpgrabber/src/widgets/bookmarks/editortls.cpp b/kftpgrabber/src/widgets/bookmarks/editortls.cpp
index da8d898..c4ac763 100644
--- a/kftpgrabber/src/widgets/bookmarks/editortls.cpp
+++ b/kftpgrabber/src/widgets/bookmarks/editortls.cpp
@@ -34,7 +34,7 @@
* files in the program, then also delete it here.
*/
-#include <ntqcheckbox.h>
+#include <tqcheckbox.h>
#include <kcombobox.h>
#include <tdelocale.h>
diff --git a/kftpgrabber/src/widgets/bookmarks/editortls.h b/kftpgrabber/src/widgets/bookmarks/editortls.h
index f10243c..1b1c6bc 100644
--- a/kftpgrabber/src/widgets/bookmarks/editortls.h
+++ b/kftpgrabber/src/widgets/bookmarks/editortls.h
@@ -43,8 +43,8 @@
#include <tdeaction.h>
#include <kdialogbase.h>
-#include <ntqlistview.h>
-#include <ntqdom.h>
+#include <tqlistview.h>
+#include <tqdom.h>
namespace KFTPWidgets {
diff --git a/kftpgrabber/src/widgets/bookmarks/importwizard.cpp b/kftpgrabber/src/widgets/bookmarks/importwizard.cpp
index a40b07f..38758d1 100644
--- a/kftpgrabber/src/widgets/bookmarks/importwizard.cpp
+++ b/kftpgrabber/src/widgets/bookmarks/importwizard.cpp
@@ -40,8 +40,8 @@
#include "misc.h"
#include "kftpbookmarks.h"
-#include <ntqfileinfo.h>
-#include <ntqlabel.h>
+#include <tqfileinfo.h>
+#include <tqlabel.h>
#include <kurlrequester.h>
#include <tdemessagebox.h>
diff --git a/kftpgrabber/src/widgets/bookmarks/listview.cpp b/kftpgrabber/src/widgets/bookmarks/listview.cpp
index 59d4ce6..488ee30 100644
--- a/kftpgrabber/src/widgets/bookmarks/listview.cpp
+++ b/kftpgrabber/src/widgets/bookmarks/listview.cpp
@@ -40,7 +40,7 @@
#include "kftpsession.h"
#include "misc.h"
-#include <ntqdragobject.h>
+#include <tqdragobject.h>
#include <tdeaction.h>
#include <kinputdialog.h>
diff --git a/kftpgrabber/src/widgets/bookmarks/listview.h b/kftpgrabber/src/widgets/bookmarks/listview.h
index da8c524..fb20cbc 100644
--- a/kftpgrabber/src/widgets/bookmarks/listview.h
+++ b/kftpgrabber/src/widgets/bookmarks/listview.h
@@ -37,8 +37,8 @@
#ifndef KFTPBOOKMARKEDITORLISTVIEW_H
#define KFTPBOOKMARKEDITORLISTVIEW_H
-#include <ntqdom.h>
-#include <ntqtimer.h>
+#include <tqdom.h>
+#include <tqtimer.h>
#include "../listview.h"
diff --git a/kftpgrabber/src/widgets/bookmarks/sidebar.cpp b/kftpgrabber/src/widgets/bookmarks/sidebar.cpp
index 1762e20..944f134 100644
--- a/kftpgrabber/src/widgets/bookmarks/sidebar.cpp
+++ b/kftpgrabber/src/widgets/bookmarks/sidebar.cpp
@@ -33,9 +33,9 @@
* files in the program, then also delete it here.
*/
-#include <ntqlayout.h>
-#include <ntqsplitter.h>
-#include <ntqvbox.h>
+#include <tqlayout.h>
+#include <tqsplitter.h>
+#include <tqvbox.h>
#include <tdeaction.h>
#include <tdelocale.h>