diff options
author | gregory guy <[email protected]> | 2019-04-09 18:02:42 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-04-12 12:56:08 +0200 |
commit | f3533e05cc3be74c3ccb501cf2c349a4d709bfdb (patch) | |
tree | b87790bb7fe5e8b32aa32362b5b292222211cc3e /src/ftpsession.h | |
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 <[email protected]>
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit f92c11dfdcde621a6b7384bcf867b87cdb14280c)
Diffstat (limited to 'src/ftpsession.h')
-rw-r--r-- | src/ftpsession.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ftpsession.h b/src/ftpsession.h index ce4cf1b..58914eb 100644 --- a/src/ftpsession.h +++ b/src/ftpsession.h @@ -13,11 +13,11 @@ #define FTPSESSION_H #include <kprocess.h> -#include <ntqstring.h> -#include <ntqdir.h> -#include <ntqpixmap.h> -#include <ntqobject.h> -#include <ntqcolor.h> +#include <tqstring.h> +#include <tqdir.h> +#include <tqpixmap.h> +#include <tqobject.h> +#include <tqcolor.h> #include <list> #include "kbfileinfo.h" |