diff options
author | gregory guy <gregory-tde@laposte.net> | 2021-09-09 13:03:44 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2021-09-15 14:22:01 +0200 |
commit | bee551b98023b90a5cfb87627f7f65ed5c1cf295 (patch) | |
tree | a02ebf7d948ece10c5c4133ed9e402d1340c1fda /kftpgrabber/src/misc/customcommands | |
parent | d535b34d09ea93054290482e0e62799ebca2106f (diff) | |
download | kftpgrabber-bee551b98023b90a5cfb87627f7f65ed5c1cf295.tar.gz kftpgrabber-bee551b98023b90a5cfb87627f7f65ed5c1cf295.zip |
Cleanup headers.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'kftpgrabber/src/misc/customcommands')
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" |