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/customconnectdialog.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/customconnectdialog.cpp')
| -rw-r--r-- | src/customconnectdialog.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/customconnectdialog.cpp b/src/customconnectdialog.cpp index a187d3e..8fb2e3c 100644 --- a/src/customconnectdialog.cpp +++ b/src/customconnectdialog.cpp @@ -17,11 +17,11 @@ #include <tdelocale.h> -#include <ntqstring.h> -#include <ntqlineedit.h> -#include <ntqradiobutton.h> -#include <ntqcombobox.h> -#include <ntqcheckbox.h> +#include <tqstring.h> +#include <tqlineedit.h> +#include <tqradiobutton.h> +#include <tqcombobox.h> +#include <tqcheckbox.h> #include "kbsiteinfo.h" #include "customconnectdialog.h" |
