diff options
| author | gregory guy <g-gregory@gmx.fr> | 2019-04-09 18:02:42 +0200 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2019-04-12 12:56:08 +0200 |
| commit | f3533e05cc3be74c3ccb501cf2c349a4d709bfdb (patch) | |
| tree | b87790bb7fe5e8b32aa32362b5b292222211cc3e /src/ftpsession.cpp | |
| parent | 57275882609019dfe1b667f2521e5e2407975c4e (diff) | |
| download | kasablanca-f3533e05cc3be74c3ccb501cf2c349a4d709bfdb.tar.gz kasablanca-f3533e05cc3be74c3ccb501cf2c349a4d709bfdb.zip | |
conversion to the cmake building system
Removed cpp files generated from ui files.
This resolves issue #1.
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit f92c11dfdcde621a6b7384bcf867b87cdb14280c)
Diffstat (limited to 'src/ftpsession.cpp')
| -rw-r--r-- | src/ftpsession.cpp | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/ftpsession.cpp b/src/ftpsession.cpp index 3b8e236..5c62f3a 100644 --- a/src/ftpsession.cpp +++ b/src/ftpsession.cpp @@ -23,19 +23,19 @@ #include <kinputdialog.h> #include <klineedit.h> -#include <ntqtextedit.h> -#include <ntqtoolbutton.h> -#include <ntqpopupmenu.h> -#include <ntqwidget.h> -#include <ntqlistview.h> -#include <ntqlabel.h> -#include <ntqpixmap.h> -#include <ntqheader.h> -#include <ntqstringlist.h> -#include <ntqevent.h> -#include <ntqfile.h> -#include <ntqtextstream.h> -#include <ntqpushbutton.h> +#include <tqtextedit.h> +#include <tqtoolbutton.h> +#include <tqpopupmenu.h> +#include <tqwidget.h> +#include <tqlistview.h> +#include <tqlabel.h> +#include <tqpixmap.h> +#include <tqheader.h> +#include <tqstringlist.h> +#include <tqevent.h> +#include <tqfile.h> +#include <tqtextstream.h> +#include <tqpushbutton.h> #include "fileexistsdialog.h" #include "customconnectdialog.h" |
