diff options
author | gregory guy <g-gregory@gmx.fr> | 2018-12-10 14:00:25 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-12-16 11:27:36 +0100 |
commit | 59bf3e99b0e84a0c5c58951b169b1f993e24cc51 (patch) | |
tree | 58e2e125d75960ba758d4d2bc299d75cc8956782 /src/profileipsecoptions.cpp | |
parent | e4be9266bb2bf14cf3a7d55f9ac690578cc93f22 (diff) | |
download | kvpnc-59bf3e99b0e84a0c5c58951b169b1f993e24cc51.tar.gz kvpnc-59bf3e99b0e84a0c5c58951b169b1f993e24cc51.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit ff65124f320219e7947b4db6e6613856941c2852)
Diffstat (limited to 'src/profileipsecoptions.cpp')
-rw-r--r-- | src/profileipsecoptions.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/profileipsecoptions.cpp b/src/profileipsecoptions.cpp index b0ec594..5b347b9 100644 --- a/src/profileipsecoptions.cpp +++ b/src/profileipsecoptions.cpp @@ -17,7 +17,7 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#include "profileipsecoptions.h" + #include "profileipsecoptions.h" #include <klineedit.h> @@ -130,3 +130,5 @@ void ProfileIpsecOptions::usePfsToogled(bool) else PerfectForwardSecrecyCombobox->setEnabled(false); } + +#include "profileipsecoptions.moc" |