Cleanup headers.

Signed-off-by: gregory guy <gregory-tde@laposte.net>
pull/5/head
gregory guy 3 years ago
parent d535b34d09
commit bee551b980
No known key found for this signature in database
GPG Key ID: 2CC84A1CC6823AF8

@ -36,9 +36,9 @@
#include "checksumverifier.h"
#include <ntqfile.h>
#include <ntqdir.h>
#include <ntqapplication.h>
#include <tqfile.h>
#include <tqdir.h>
#include <tqapplication.h>
#include <stdio.h>

@ -37,11 +37,11 @@
#ifndef KFTPCORE_CHECKSUMVERIFIER_H
#define KFTPCORE_CHECKSUMVERIFIER_H
#include <ntqstring.h>
#include <ntqthread.h>
#include <ntqobject.h>
#include <ntqvaluelist.h>
#include <ntqpair.h>
#include <tqstring.h>
#include <tqthread.h>
#include <tqobject.h>
#include <tqvaluelist.h>
#include <tqpair.h>
namespace KFTPCore {

@ -41,8 +41,8 @@
#include <tdefileitem.h>
#include <ntqapplication.h>
#include <ntqdir.h>
#include <tqapplication.h>
#include <tqdir.h>
using namespace KFTPQueue;
using namespace KFTPCore::Filter;

@ -38,8 +38,8 @@
#define TQS_THR_EVENT_ID 65200
#include <ntqobject.h>
#include <ntqthread.h>
#include <tqobject.h>
#include <tqthread.h>
namespace KFTPQueue {
class Transfer;

@ -37,7 +37,7 @@
#ifndef KFTPENGINECACHE_H
#define KFTPENGINECACHE_H
#include <ntqmap.h>
#include <tqmap.h>
#include <kurl.h>
#include "directorylisting.h"

@ -36,8 +36,8 @@
#ifndef KFTPENGINECONNECTIONRETRY_H
#define KFTPENGINECONNECTIONRETRY_H
#include <ntqobject.h>
#include <ntqtimer.h>
#include <tqobject.h>
#include <tqtimer.h>
namespace KFTPEngine {

@ -37,7 +37,7 @@
#include "directorylisting.h"
#include "misc/filter.h"
#include <ntqdatetime.h>
#include <tqdatetime.h>
#include <tdelocale.h>
#include <tdeglobal.h>

@ -44,8 +44,8 @@
#include <tdeio/global.h>
#include <kurl.h>
#include <ntqvaluelist.h>
#include <ntqptrlist.h>
#include <tqvaluelist.h>
#include <tqptrlist.h>
#if TIME_WITH_SYS_TIME
# include <sys/time.h>

@ -37,9 +37,9 @@
#ifndef KFTPNETWORKEVENT_H
#define KFTPNETWORKEVENT_H
#include <ntqobject.h>
#include <ntqevent.h>
#include <ntqshared.h>
#include <tqobject.h>
#include <tqevent.h>
#include <tqshared.h>
#include "directorylisting.h"

@ -36,9 +36,9 @@
#include "ftpdirectoryparser.h"
#include "ftpsocket.h"
#include <ntqvaluevector.h>
#include <ntqstringlist.h>
#include <ntqdatetime.h>
#include <tqvaluevector.h>
#include <tqstringlist.h>
#include <tqdatetime.h>
#include <time.h>
#include <sys/stat.h>

@ -37,7 +37,7 @@
#ifndef KFTPENGINEFTPDIRECTORYPARSER_H
#define KFTPENGINEFTPDIRECTORYPARSER_H
#include <ntqmap.h>
#include <tqmap.h>
#include "directorylisting.h"

@ -44,7 +44,7 @@
#include "misc/kftpotpgenerator.h"
#include "misc/kftpconfig.h"
#include <ntqdir.h>
#include <tqdir.h>
#include <tdelocale.h>
#include <kstandarddirs.h>

@ -41,8 +41,8 @@
#include <kserversocket.h>
#include <kssl.h>
#include <ntqguardedptr.h>
#include <ntqfile.h>
#include <tqguardedptr.h>
#include <tqfile.h>
#include "speedlimiter.h"
#include "socket.h"

@ -38,7 +38,7 @@
#include "cache.h"
#include "misc/kftpconfig.h"
#include <ntqdir.h>
#include <tqdir.h>
#include <tdelocale.h>
#include <kstandarddirs.h>

@ -39,9 +39,9 @@
#include <kurl.h>
#include <kremoteencoding.h>
#include <ntqptrlist.h>
#include <ntqguardedptr.h>
#include <ntqdatetime.h>
#include <tqptrlist.h>
#include <tqguardedptr.h>
#include <tqdatetime.h>
#include "commands.h"

@ -36,8 +36,8 @@
#ifndef KFTPENGINESPEEDLIMITER_H
#define KFTPENGINESPEEDLIMITER_H
#include <ntqobject.h>
#include <ntqptrlist.h>
#include <tqobject.h>
#include <tqptrlist.h>
namespace KFTPEngine {

@ -37,7 +37,7 @@
#include "ftpsocket.h"
#include "sftpsocket.h"
#include <ntqapplication.h>
#include <tqapplication.h>
namespace KFTPEngine {

@ -36,10 +36,10 @@
#ifndef KFTPENGINETHREAD_H
#define KFTPENGINETHREAD_H
#include <ntqthread.h>
#include <ntqmutex.h>
#include <ntqvaluelist.h>
#include <ntqdict.h>
#include <tqthread.h>
#include <tqmutex.h>
#include <tqvaluelist.h>
#include <tqdict.h>
#include "event.h"
#include "directorylisting.h"

@ -40,7 +40,7 @@
#include <kurl.h>
#include <tdeversion.h>
#include <ntqdom.h>
#include <tqdom.h>
#if KDE_IS_VERSION(3,4,0)
#include "kftpzeroconf.h"

@ -48,7 +48,7 @@
#include "engine/thread.h"
#include "engine/ftpsocket.h"
#include <ntqfile.h>
#include <tqfile.h>
#include <kdebug.h>
#include <tdelocale.h>

@ -36,10 +36,10 @@
#ifndef KFTPBOOKMARKS_H
#define KFTPBOOKMARKS_H
#include <ntqstring.h>
#include <ntqdom.h>
#include <ntqvaluelist.h>
#include <ntqcache.h>
#include <tqstring.h>
#include <tqdom.h>
#include <tqvaluelist.h>
#include <tqcache.h>
#include <tdepopupmenu.h>
#include <tdeaction.h>

@ -35,9 +35,9 @@
#include "kftpfileexistsactions.h"
#include <ntqlayout.h>
#include <ntqgroupbox.h>
#include <ntqlabel.h>
#include <tqlayout.h>
#include <tqgroupbox.h>
#include <tqlabel.h>
#include <kdialog.h>
#include <kcombobox.h>

@ -38,8 +38,8 @@
#include <sys/types.h>
#include <ntqwidget.h>
#include <ntqmap.h>
#include <tqwidget.h>
#include <tqmap.h>
typedef unsigned long long int filesize_t;

@ -57,10 +57,10 @@
#include <krun.h>
#include <kmdcodec.h>
#include <ntqapplication.h>
#include <ntqregexp.h>
#include <ntqobjectlist.h>
#include <ntqfile.h>
#include <tqapplication.h>
#include <tqregexp.h>
#include <tqobjectlist.h>
#include <tqfile.h>
using namespace KFTPEngine;
using namespace KFTPCore::Filter;

@ -36,12 +36,12 @@
#ifndef KFTPQUEUE_H
#define KFTPQUEUE_H
#include <ntqstring.h>
#include <ntqvaluelist.h>
#include <ntqtimer.h>
#include <ntqcache.h>
#include <ntqmap.h>
#include <ntqpair.h>
#include <tqstring.h>
#include <tqvaluelist.h>
#include <tqtimer.h>
#include <tqcache.h>
#include <tqmap.h>
#include <tqpair.h>
#include <kurl.h>
#include <kurldrag.h>

@ -36,8 +36,8 @@
#include "kftpqueueconverter.h"
#include "kftpqueue.h"
#include <ntqfile.h>
#include <ntqobjectlist.h>
#include <tqfile.h>
#include <tqobjectlist.h>
#include <kfilterdev.h>

@ -36,8 +36,8 @@
#ifndef KFTPQUEUECONVERTER_H
#define KFTPQUEUECONVERTER_H
#include <ntqobject.h>
#include <ntqdom.h>
#include <tqobject.h>
#include <tqdom.h>
namespace KFTPQueue {
class Transfer;

@ -36,10 +36,10 @@
#ifndef KFTPQUEUEPROCESSOR_H
#define KFTPQUEUEPROCESSOR_H
#include <ntqobject.h>
#include <ntqthread.h>
#include <ntqapplication.h>
#include <ntqguardedptr.h>
#include <tqobject.h>
#include <tqthread.h>
#include <tqapplication.h>
#include <tqguardedptr.h>
namespace KFTPQueue {
class Site;

@ -46,8 +46,8 @@
#include "misc/kftpconfig.h"
#include "misc/filter.h"
#include <ntqdir.h>
#include <ntqobjectlist.h>
#include <tqdir.h>
#include <tqobjectlist.h>
#include <tdemessagebox.h>
#include <tdelocale.h>

@ -36,11 +36,11 @@
#ifndef KFTPSESSION_H
#define KFTPSESSION_H
#include <ntqobject.h>
#include <ntqguardedptr.h>
#include <ntqdom.h>
#include <tqobject.h>
#include <tqguardedptr.h>
#include <tqdom.h>
#include <ntqlistview.h>
#include <tqlistview.h>
#include "kftpqueue.h"
#include "logview.h"

@ -38,9 +38,9 @@
#include "queueobject.h"
#include <ntqobject.h>
#include <ntqtimer.h>
#include <ntqguardedptr.h>
#include <tqobject.h>
#include <tqtimer.h>
#include <tqguardedptr.h>
#include <kurl.h>

@ -47,8 +47,8 @@
#include <tdeio/renamedlg.h>
#include <kdiskfreesp.h>
#include <ntqtimer.h>
#include <ntqfileinfo.h>
#include <tqtimer.h>
#include <tqfileinfo.h>
using namespace KFTPEngine;
using namespace KFTPSession;

@ -36,7 +36,7 @@
#ifndef KFTPQUEUEKFTPTRANSFERFILE_H
#define KFTPQUEUEKFTPTRANSFERFILE_H
#include <ntqdatetime.h>
#include <tqdatetime.h>
#include "kftptransfer.h"

@ -64,7 +64,7 @@
#include <kshred.h>
#include <klineedit.h>
#include <ntqclipboard.h>
#include <tqclipboard.h>
using namespace KFTPGrabberBase;
using namespace KFTPWidgets::Browser;

@ -37,7 +37,7 @@
#ifndef MAINACTIONS_H
#define MAINACTIONS_H
#include <ntqobject.h>
#include <tqobject.h>
#include <tdeaction.h>
class MainWindow;

@ -34,14 +34,14 @@
* files in the program, then also delete it here.
*/
#include <ntqlabel.h>
#include <ntqlayout.h>
#include <ntqpainter.h>
#include <ntqtextedit.h>
#include <ntqtabwidget.h>
#include <ntqhbox.h>
#include <ntqvbox.h>
#include <ntqthread.h>
#include <tqlabel.h>
#include <tqlayout.h>
#include <tqpainter.h>
#include <tqtextedit.h>
#include <tqtabwidget.h>
#include <tqhbox.h>
#include <tqvbox.h>
#include <tqthread.h>
#include <tdeapplication.h>
#include <tdemdimainfrm.h>

@ -41,7 +41,7 @@
#include "config.h"
#endif
#include <ntqtimer.h>
#include <tqtimer.h>
#include <tdemainwindow.h>
#include <tdeaction.h>

@ -39,7 +39,7 @@
#include "kftpapi.h"
#include "filter.h"
#include <ntqregexp.h>
#include <tqregexp.h>
#include <tdeapplication.h>
#include <tdeconfig.h>

@ -37,7 +37,7 @@
#ifndef KFTPCORECONFIGBASE_H
#define KFTPCORECONFIGBASE_H
#include <ntqobject.h>
#include <tqobject.h>
#include <tdeconfigskeleton.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>

@ -35,8 +35,8 @@
*/
#include "handlers.h"
#include <ntqdom.h>
#include <ntqregexp.h>
#include <tqdom.h>
#include <tqregexp.h>
namespace KFTPCore {

@ -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 {

@ -36,7 +36,7 @@
#include "manager.h"
#include "entry.h"
#include <ntqfile.h>
#include <tqfile.h>
#include <kstandarddirs.h>
#include <kstaticdeleter.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>

@ -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>

@ -37,7 +37,7 @@
#define KFTPCORE_CUSTOMCOMMANDSPARAMETERENTRYDIALOG_H
#include <kdialogbase.h>
#include <ntqvaluelist.h>
#include <tqvaluelist.h>
#include "entry.h"

@ -36,7 +36,7 @@
#include "desencryptor.h"
#include <kmdcodec.h>
#include <ntqfile.h>
#include <tqfile.h>
#include <stdlib.h>
namespace KFTPGrabberBase {

@ -39,7 +39,7 @@
/* OpenSSL includes */
#include <openssl/des.h>
#include <ntqstring.h>
#include <tqstring.h>
namespace KFTPGrabberBase {

@ -35,7 +35,7 @@
*/
#include "filter.h"
#include <ntqregexp.h>
#include <tqregexp.h>
#include <tdeapplication.h>
#include <tdelocale.h>

@ -36,8 +36,8 @@
#ifndef KFTPCORE_FILTERFILTERS_H
#define KFTPCORE_FILTERFILTERS_H
#include <ntqvariant.h>
#include <ntqvaluelist.h>
#include <tqvariant.h>
#include <tqvaluelist.h>
#include "engine/directorylisting.h"

@ -35,8 +35,8 @@
*/
#include "filterwidgethandler.h"
#include <ntqcombobox.h>
#include <ntqlabel.h>
#include <tqcombobox.h>
#include <tqlabel.h>
#include <tdelocale.h>
#include <kstaticdeleter.h>

@ -38,9 +38,9 @@
#include "filter.h"
#include <ntqmap.h>
#include <ntqwidget.h>
#include <ntqwidgetstack.h>
#include <tqmap.h>
#include <tqwidget.h>
#include <tqwidgetstack.h>
namespace KFTPCore {

@ -35,7 +35,7 @@
#include "kftpbookmarkimportplugin.h"
#include <ntqdir.h>
#include <tqdir.h>
KFTPBookmarkImportPlugin::KFTPBookmarkImportPlugin(TQObject *parent, const char *name)
: KParts::Plugin(parent, name)

@ -37,7 +37,7 @@
#define KFTPAPI_H
#include <config.h>
#include <ntqobject.h>
#include <tqobject.h>
#include "mainwindow.h"

@ -36,7 +36,7 @@
#ifndef KFTPOTPGENERATOR_H
#define KFTPOTPGENERATOR_H
#include <ntqstring.h>
#include <tqstring.h>
enum AlgType {
ALG_MD4,

@ -38,8 +38,8 @@
#include <tdeparts/componentfactory.h>
#include <ntqobject.h>
#include <ntqptrlist.h>
#include <tqobject.h>
#include <tqptrlist.h>
class KFTPBookmarkImportPlugin;

@ -37,7 +37,7 @@
#define KFTPWALLETCONNECTION_H
#include <tdewallet.h>
#include <ntqobject.h>
#include <tqobject.h>
/**
Enables communication of KFTPGrabber with TDE's wallet system (TDEWallet)

@ -36,7 +36,7 @@
#ifndef KFTPZEROCONF_H
#define KFTPZEROCONF_H
#include <ntqobject.h>
#include <tqobject.h>
#include <tdeversion.h>

@ -41,8 +41,8 @@
#include <kstandarddirs.h>
#include <tdeconfig.h>
#include <ntqcolor.h>
#include <ntqpixmapcache.h>
#include <tqcolor.h>
#include <tqpixmapcache.h>
#include <X11/Xlib.h>

@ -36,8 +36,8 @@
#ifndef MISC_H
#define MISC_H
#include <ntqiconset.h>
#include <ntqptrlist.h>
#include <tqiconset.h>
#include <tqptrlist.h>
#include <kiconloader.h>

@ -35,8 +35,8 @@
#include "kftpimportfz3plugin.h"
#include <ntqdir.h>
#include <ntqfile.h>
#include <tqdir.h>
#include <tqfile.h>
#include <kgenericfactory.h>
#include <tdelocale.h>

@ -36,7 +36,7 @@
#ifndef KFTPIMPORTFZ3PLUGIN_H
#define KFTPIMPORTFZ3PLUGIN_H
#include <ntqdom.h>
#include <tqdom.h>
#include <kftpbookmarkimportplugin.h>
/**

@ -35,7 +35,7 @@
#include "kftpimportgftpplugin.h"
#include <ntqdir.h>
#include <tqdir.h>
#include <kgenericfactory.h>
#include <tdelocale.h>

@ -36,7 +36,7 @@
#ifndef KFTPIMPORTGFTPPLUGIN_H
#define KFTPIMPORTGFTPPLUGIN_H
#include <ntqdom.h>
#include <tqdom.h>
#include <kftpbookmarkimportplugin.h>
/**

@ -35,8 +35,8 @@
#include "kftpimportkftpplugin.h"
#include <ntqdir.h>
#include <ntqfile.h>
#include <tqdir.h>
#include <tqfile.h>
#include <kgenericfactory.h>
#include <tdelocale.h>

@ -36,7 +36,7 @@
#ifndef KFTPIMPORTKFTPPLUGIN_H
#define KFTPIMPORTKFTPPLUGIN_H
#include <ntqdom.h>
#include <tqdom.h>
#include <kftpbookmarkimportplugin.h>
/**

@ -34,8 +34,8 @@
*/
#include "kftpimportncftpplugin.h"
#include <ntqdir.h>
#include <ntqfile.h>
#include <tqdir.h>
#include <tqfile.h>
#include <kgenericfactory.h>
#include <tdelocale.h>

@ -35,7 +35,7 @@
#ifndef KFTPIMPORTNCFTPPLUGIN_H
#define KFTPIMPORTNCFTPPLUGIN_H
#include <ntqdom.h>
#include <tqdom.h>
#include <kftpbookmarkimportplugin.h>
/**

@ -36,8 +36,8 @@
#ifndef KFTPQUEUEQUEUEGROUP_H
#define KFTPQUEUEQUEUEGROUP_H
#include <ntqguardedptr.h>
#include <ntqptrlist.h>
#include <tqguardedptr.h>
#include <tqptrlist.h>
namespace KFTPQueue {

@ -36,7 +36,7 @@
#include "queueobject.h"
#include "kftpqueue.h"
#include <ntqtimer.h>
#include <tqtimer.h>
namespace KFTPQueue {

@ -36,9 +36,9 @@
#ifndef KFTPQUEUEQUEUEOBJECT_H
#define KFTPQUEUEQUEUEOBJECT_H
#include <ntqobject.h>
#include <ntqptrlist.h>
#include <ntqtimer.h>
#include <tqobject.h>
#include <tqptrlist.h>
#include <tqtimer.h>
#include "engine/directorylisting.h"

@ -37,8 +37,8 @@
#ifndef KFTPQUEUESTATISTICS_H
#define KFTPQUEUESTATISTICS_H
#include <ntqobject.h>
#include <ntqdict.h>
#include <tqobject.h>
#include <tqdict.h>
#include <kurl.h>
#include <tdeio/global.h>

@ -34,11 +34,11 @@
* files in the program, then also delete it here.
*/
#include <ntqpointarray.h>
#include <ntqpushbutton.h>
#include <ntqtooltip.h>
#include <ntqlayout.h>
#include <ntqlabel.h>
#include <tqpointarray.h>
#include <tqpushbutton.h>
#include <tqtooltip.h>
#include <tqlayout.h>
#include <tqlabel.h>
#include <tdeapplication.h>
#include <kdialog.h>

@ -37,7 +37,7 @@
#ifndef KFTPWIDGETSBALLOON_H
#define KFTPWIDGETSBALLOON_H
#include <ntqwidget.h>
#include <tqwidget.h>
namespace KFTPWidgets {

@ -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>

@ -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;

@ -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>

@ -43,8 +43,8 @@
#include <tdeaction.h>
#include <kdialogbase.h>
#include <ntqlistview.h>
#include <ntqdom.h>
#include <tqlistview.h>
#include <tqdom.h>
namespace KFTPWidgets {

@ -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>

@ -40,7 +40,7 @@
#include "kftpsession.h"
#include "misc.h"
#include <ntqdragobject.h>
#include <tqdragobject.h>
#include <tdeaction.h>
#include <kinputdialog.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"

@ -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>

@ -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;

@ -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>

@ -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>

@ -36,7 +36,7 @@
#ifndef KFTPWIDGETS_BROWSERDIRLISTER_H
#define KFTPWIDGETS_BROWSERDIRLISTER_H
#include <ntqobject.h>
#include <tqobject.h>
#include <kurl.h>
#include <kdirlister.h>

@ -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>

@ -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>

@ -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>

@ -38,7 +38,7 @@
#include "engine/directorylisting.h"
#include <ntqcheckbox.h>
#include <tqcheckbox.h>
#include <kpropertiesdialog.h>
namespace KFTPSession {

@ -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>

@ -40,8 +40,8 @@
#include <tdelocale.h>
#include <kurl.h>
#include <ntqpixmap.h>
#include <ntqdict.h>
#include <tqpixmap.h>
#include <tqdict.h>
namespace KFTPWidgets {

@ -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;

@ -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>

@ -48,9 +48,9 @@
#include <kcharsets.h>
#include <kcombobox.h>
#include <ntqframe.h>
#include <ntqlayout.h>
#include <ntqcheckbox.h>
#include <tqframe.h>
#include <tqlayout.h>
#include <tqcheckbox.h>
// Config layouts
#include "ui/config_general.h"

@ -50,9 +50,9 @@
#include <kcolorbutton.h>
#include <kdialogbase.h>
#include <ntqcheckbox.h>
#include <ntqlayout.h>
#include <ntqtabwidget.h>
#include <tqcheckbox.h>
#include <tqlayout.h>
#include <tqtabwidget.h>
using namespace KFTPGrabberBase;

@ -37,11 +37,11 @@
#ifndef KFTPWIDGETSCONFIGFILTER_H
#define KFTPWIDGETSCONFIGFILTER_H
#include <ntqwidget.h>
#include <tqwidget.h>
#include <kdialogbase.h>
#include <knuminput.h>
#include <ntqradiobutton.h>
#include <ntqvaluelist.h>
#include <tqradiobutton.h>
#include <tqvaluelist.h>
// Layouts
#include "ui/config_filters.h"

@ -44,8 +44,8 @@
#include <tdeio/job.h>
#include <tdemessagebox.h>
#include <ntqlayout.h>
#include <ntqheader.h>
#include <tqlayout.h>
#include <tqheader.h>
using namespace KFTPGrabberBase;

@ -39,8 +39,8 @@
#include <tdelistview.h>
#include <tdeaction.h>
#include <ntqwidget.h>
#include <ntqguardedptr.h>
#include <tqwidget.h>
#include <tqguardedptr.h>
#include "listviewitem.h"

@ -37,11 +37,11 @@
#include "listview.h"
#include "misc/filterwidgethandler.h"
#include <ntqlayout.h>
#include <ntqhbox.h>
#include <ntqtooltip.h>
#include <ntqheader.h>
#include <ntqbuttongroup.h>
#include <tqlayout.h>
#include <tqhbox.h>
#include <tqtooltip.h>
#include <tqheader.h>
#include <tqbuttongroup.h>
#include <kiconloader.h>
#include <tdelocale.h>

@ -39,14 +39,14 @@
#include "widgetlister.h"
#include "misc/filter.h"
#include <ntqwidget.h>
#include <ntqpushbutton.h>
#include <ntqgroupbox.h>
#include <ntqlistview.h>
#include <ntqradiobutton.h>
#include <ntqcombobox.h>
#include <ntqwidgetstack.h>
#include <ntqcheckbox.h>
#include <tqwidget.h>
#include <tqpushbutton.h>
#include <tqgroupbox.h>
#include <tqlistview.h>
#include <tqradiobutton.h>
#include <tqcombobox.h>
#include <tqwidgetstack.h>
#include <tqcheckbox.h>
#include <kpushbutton.h>

@ -10,15 +10,15 @@
#include "kftpfilteraddpatternlayout.h"
#include <ntqvariant.h>
#include <ntqpushbutton.h>
#include <ntqgroupbox.h>
#include <ntqlabel.h>
#include <tqvariant.h>
#include <tqpushbutton.h>
#include <tqgroupbox.h>
#include <tqlabel.h>
#include <klineedit.h>
#include <kcolorbutton.h>
#include <ntqlayout.h>
#include <ntqtooltip.h>
#include <ntqwhatsthis.h>
#include <tqlayout.h>
#include <tqtooltip.h>
#include <tqwhatsthis.h>
/*
* Constructs a KFTPFilterAddPatternLayout as a child of 'parent', with the

@ -10,17 +10,17 @@
#include "kftpfiltereditorlayout.h"
#include <ntqvariant.h>
#include <ntqpushbutton.h>
#include <ntqtabwidget.h>
#include <tqvariant.h>
#include <tqpushbutton.h>
#include <tqtabwidget.h>
#include <kpushbutton.h>
#include <ntqheader.h>
#include <tqheader.h>
#include <tdelistview.h>
#include <ntqcheckbox.h>
#include <ntqlabel.h>
#include <ntqlayout.h>
#include <ntqtooltip.h>
#include <ntqwhatsthis.h>
#include <tqcheckbox.h>
#include <tqlabel.h>
#include <tqlayout.h>
#include <tqtooltip.h>
#include <tqwhatsthis.h>
/*
* Constructs a KFTPFilterEditorLayout as a child of 'parent', with the

@ -37,8 +37,8 @@
#define KFTPSELECTSERVERDIALOG_H
#include <kdialogbase.h>
#include <ntqdom.h>
#include <ntqlistview.h>
#include <tqdom.h>
#include <tqlistview.h>
namespace KFTPBookmarks {
class Site;

@ -41,7 +41,7 @@
#include <kpushbutton.h>
#include <tdelocale.h>
#include <ntqlayout.h>
#include <tqlayout.h>
KFTPServerLineEdit::KFTPServerLineEdit(TQWidget *parent, const char *name, WFlags f)
: TQWidget(parent, name, f), m_currentSite(0)

@ -36,8 +36,8 @@
#ifndef KFTPSERVERLINEEDIT_H
#define KFTPSERVERLINEEDIT_H
#include <ntqwidget.h>
#include <ntqdom.h>
#include <tqwidget.h>
#include <tqdom.h>
#include <klineedit.h>

@ -35,8 +35,8 @@
#include "listview.h"
#include <ntqpainter.h>
#include <ntqstringlist.h>
#include <tqpainter.h>
#include <tqstringlist.h>
namespace KFTPWidgets {

@ -35,10 +35,10 @@
#include "listviewitem.h"
#include <ntqheader.h>
#include <ntqpixmap.h>
#include <ntqpainter.h>
#include <ntqsimplerichtext.h>
#include <tqheader.h>
#include <tqpixmap.h>
#include <tqpainter.h>
#include <tqsimplerichtext.h>
namespace KFTPWidgets {

@ -38,8 +38,8 @@
#include <tdelistview.h>
#include <ntqmap.h>
#include <ntqcolor.h>
#include <tqmap.h>
#include <tqcolor.h>
namespace KFTPWidgets {

@ -42,8 +42,8 @@
#include <tdefiledialog.h>
#include <tdemessagebox.h>
#include <ntqfile.h>
#include <ntqtextstream.h>
#include <tqfile.h>
#include <tqtextstream.h>
namespace KFTPWidgets {

@ -39,7 +39,7 @@
#include <ktextedit.h>
#include <tdeaction.h>
#include <ntqpopupmenu.h>
#include <tqpopupmenu.h>
namespace KFTPWidgets {

@ -42,15 +42,15 @@
#include <math.h>
#include <ntqapplication.h>
#include <ntqbutton.h>
#include <ntqpopupmenu.h>
#include <ntqlayout.h>
#include <ntqpainter.h>
#include <ntqtooltip.h>
#include <ntqfontmetrics.h>
#include <ntqstyle.h>
#include <ntqtimer.h>
#include <tqapplication.h>
#include <tqbutton.h>
#include <tqpopupmenu.h>
#include <tqlayout.h>
#include <tqpainter.h>
#include <tqtooltip.h>
#include <tqfontmetrics.h>
#include <tqstyle.h>
#include <tqtimer.h>
#include <kiconloader.h>
#include <kdebug.h>

@ -38,13 +38,13 @@
#ifndef KFTPWIDGETSMULTITABBAR_H
#define KFTPWIDGETSMULTITABBAR_H
#include <ntqscrollview.h>
#include <ntqvbox.h>
#include <ntqhbox.h>
#include <ntqlayout.h>
#include <ntqstring.h>
#include <ntqptrlist.h>
#include <ntqpushbutton.h>
#include <tqscrollview.h>
#include <tqvbox.h>
#include <tqhbox.h>
#include <tqlayout.h>
#include <tqstring.h>
#include <tqptrlist.h>
#include <tqpushbutton.h>
class TQPixmap;
class TQPainter;

@ -37,7 +37,7 @@
#ifndef KFTPWIDGETSMULTITABBAR_P_H
#define KFTPWIDGETSMULTITABBAR_P_H
#include <ntqscrollview.h>
#include <tqscrollview.h>
#include "multitabbar.h"

@ -36,7 +36,7 @@
*/
#include "overlaywidget.h"
#include <ntqpoint.h>
#include <tqpoint.h>
namespace KFTPWidgets {

@ -37,7 +37,7 @@
#ifndef KFTPWIDGETSOVERLAYWIDGET_H
#define KFTPWIDGETSOVERLAYWIDGET_H
#include <ntqhbox.h>
#include <tqhbox.h>
namespace KFTPWidgets {

@ -41,13 +41,13 @@
#include <kpushbutton.h>
#include <kstdguiitem.h>
#include <ntqfont.h>
#include <ntqframe.h>
#include <ntqlabel.h>
#include <ntqmessagebox.h>
#include <ntqpainter.h>
#include <ntqtimer.h>
#include <ntqtooltip.h>
#include <tqfont.h>
#include <tqframe.h>
#include <tqlabel.h>
#include <tqmessagebox.h>
#include <tqpainter.h>
#include <tqtimer.h>
#include <tqtooltip.h>
namespace KFTPWidgets {

@ -40,9 +40,9 @@
#include "overlaywidget.h"
#include <ntqbitmap.h>
#include <ntqlayout.h>
#include <ntqpixmap.h>
#include <tqbitmap.h>
#include <tqlayout.h>
#include <tqpixmap.h>
namespace KFTPWidgets {

@ -43,10 +43,10 @@
#include <kcombobox.h>
#include <tdelocale.h>
#include <ntqspinbox.h>
#include <ntqlabel.h>
#include <ntqlayout.h>
#include <ntqtabwidget.h>
#include <tqspinbox.h>
#include <tqlabel.h>
#include <tqlayout.h>
#include <tqtabwidget.h>
#define REMOTE_PROTOCOL m_transfer->getSourceUrl().isLocalFile() ? m_transfer->getDestUrl().protocol() : m_transfer->getSourceUrl().protocol()

@ -40,7 +40,7 @@
#include "kftpbookmarks.h"
#include <kdialogbase.h>
#include <ntqdom.h>
#include <tqdom.h>
class KFTPQueueEditorLayout;

@ -55,8 +55,8 @@
#include <tdelistviewsearchline.h>
#include <kdebug.h>
#include <ntqspinbox.h>
#include <ntqtooltip.h>
#include <tqspinbox.h>
#include <tqtooltip.h>
using namespace KFTPGrabberBase;
using namespace KFTPCore;

@ -37,10 +37,10 @@
#ifndef KFTPQUEUEVIEW_H
#define KFTPQUEUEVIEW_H
#include <ntqguardedptr.h>
#include <ntqintdict.h>
#include <ntqlayout.h>
#include <ntqlabel.h>
#include <tqguardedptr.h>
#include <tqintdict.h>
#include <tqlayout.h>
#include <tqlabel.h>
#include <tdeaction.h>
#include <tdelistview.h>

@ -38,7 +38,7 @@
#include "listview.h"
#include <ntqlayout.h>
#include <tqlayout.h>
#include <tdelocale.h>
namespace KFTPWidgets {

@ -36,7 +36,7 @@
#ifndef KFTPTHREADVIEW_H
#define KFTPTHREADVIEW_H
#include <ntqguardedptr.h>
#include <tqguardedptr.h>
#include <tdeaction.h>
#include <tdelistview.h>

@ -55,8 +55,8 @@
/* KSSL includes */
#include <ksslpkcs12.h>
#include <ntqcheckbox.h>
#include <ntqspinbox.h>
#include <tqcheckbox.h>
#include <tqspinbox.h>
using namespace KFTPGrabberBase;

@ -39,7 +39,7 @@
#include "kftpquickconnectlayout.h"
#include <ntqmap.h>
#include <tqmap.h>
#include <kdialogbase.h>
#include <kurl.h>

@ -39,10 +39,10 @@
#include "kftpbookmarks.h"
#include "kftpqueue.h"
#include <ntqcheckbox.h>
#include <ntqgroupbox.h>
#include <ntqspinbox.h>
#include <ntqregexp.h>
#include <tqcheckbox.h>
#include <tqgroupbox.h>
#include <tqspinbox.h>
#include <tqregexp.h>
#include <tdelocale.h>
#include <klineedit.h>

@ -36,7 +36,7 @@
#ifndef KFTPWIDGETSSEARCHDIALOG_H
#define KFTPWIDGETSSEARCHDIALOG_H
#include <ntqdom.h>
#include <tqdom.h>
#include <kdialogbase.h>
namespace KFTPQueue {

@ -43,10 +43,10 @@
#include <kiconloader.h>
#include <tdelocale.h>
#include <ntqcursor.h>
#include <ntqpainter.h>
#include <ntqsignalmapper.h>
#include <ntqstyle.h>
#include <tqcursor.h>
#include <tqpainter.h>
#include <tqsignalmapper.h>
#include <tqstyle.h>
namespace KFTPWidgets {

@ -37,8 +37,8 @@
#ifndef KFTPWIDGETSSIDEBAR_H
#define KFTPWIDGETSSIDEBAR_H
#include <ntqwidget.h>
#include <ntqvaluevector.h>
#include <tqwidget.h>
#include <tqvaluevector.h>
class KURL;
class TQSignalMapper;

@ -39,7 +39,7 @@
#include <ksystemtray.h>
#include <tdeaction.h>
#include <ntqmenudata.h>
#include <tqmenudata.h>
class MainWindow;
class MainActions;

@ -37,8 +37,8 @@
#include <math.h>
#include <string.h>
#include <ntqpainter.h>
#include <ntqpixmap.h>
#include <tqpainter.h>
#include <tqpixmap.h>
#include <tdelocale.h>

@ -36,11 +36,11 @@
#ifndef KFTPTRAFFICGRAPH_H
#define KFTPTRAFFICGRAPH_H
#include <ntqpoint.h>
#include <ntqdialog.h>
#include <ntqptrlist.h>
#include <ntqstring.h>
#include <ntqvaluelist.h>
#include <tqpoint.h>
#include <tqdialog.h>
#include <tqptrlist.h>
#include <tqstring.h>
#include <tqvaluelist.h>
#define GRAPH_POLYGON 0
#define GRAPH_ORIGINAL 1

@ -44,8 +44,8 @@
#include <kprogress.h>
#include <kurl.h>
#include <ntqheader.h>
#include <ntqlabel.h>
#include <tqheader.h>
#include <tqlabel.h>
// UI layouts
#include "ui/checksum_verifier.h"

@ -41,8 +41,8 @@
#include <kdialogbase.h>
#include <ntqvaluelist.h>
#include <ntqpair.h>
#include <tqvaluelist.h>
#include <tqpair.h>
class VerifierLayout;

@ -40,9 +40,9 @@
#include <kpushbutton.h>
#include <kdialog.h>
#include <ntqpushbutton.h>
#include <ntqlayout.h>
#include <ntqhbox.h>
#include <tqpushbutton.h>
#include <tqlayout.h>
#include <tqhbox.h>
namespace KFTPWidgets {

@ -36,8 +36,8 @@
#ifndef KFTPWIDGETSWIDGETLISTER_H
#define KFTPWIDGETSWIDGETLISTER_H
#include <ntqwidget.h>
#include <ntqptrlist.h>
#include <tqwidget.h>
#include <tqptrlist.h>
class TQPushButton;
class TQVBoxLayout;

Loading…
Cancel
Save