From eb05fc64a8b829ba7a0e616e9e99b87bdaf4b04d Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Wed, 6 Jul 2016 08:32:12 +0200 Subject: [PATCH] Move in own directory --- kmail/editorsendcheckplugins/checkbeforesend/CMakeLists.txt | 2 +- .../checkbeforesend/autotests/CMakeLists.txt | 4 ++-- .../autotests/checkbeforesendconfigurewidgettest.cpp | 2 +- .../checkbeforesend/checkbeforesendplugin.cpp | 2 +- .../{ => configurewidget}/checkbeforesendconfigurewidget.cpp | 0 .../{ => configurewidget}/checkbeforesendconfigurewidget.h | 0 6 files changed, 5 insertions(+), 5 deletions(-) rename kmail/editorsendcheckplugins/checkbeforesend/{ => configurewidget}/checkbeforesendconfigurewidget.cpp (100%) rename kmail/editorsendcheckplugins/checkbeforesend/{ => configurewidget}/checkbeforesendconfigurewidget.h (100%) diff --git a/kmail/editorsendcheckplugins/checkbeforesend/CMakeLists.txt b/kmail/editorsendcheckplugins/checkbeforesend/CMakeLists.txt index 52c36f53..aae6b7d1 100644 --- a/kmail/editorsendcheckplugins/checkbeforesend/CMakeLists.txt +++ b/kmail/editorsendcheckplugins/checkbeforesend/CMakeLists.txt @@ -1,7 +1,7 @@ set(kmail_checkbeforesendeditorplugin_SRCS checkbeforesendplugin.cpp checkbeforesendinterface.cpp - checkbeforesendconfigurewidget.cpp + configurewidget/checkbeforesendconfigurewidget.cpp duplicateemails/checkduplicateemailsdialog.cpp duplicateemails/checkduplicateemailsjob.cpp sendattachments/checkattachmentdialog.cpp diff --git a/kmail/editorsendcheckplugins/checkbeforesend/autotests/CMakeLists.txt b/kmail/editorsendcheckplugins/checkbeforesend/autotests/CMakeLists.txt index c62d69c2..bc9cb5e9 100644 --- a/kmail/editorsendcheckplugins/checkbeforesend/autotests/CMakeLists.txt +++ b/kmail/editorsendcheckplugins/checkbeforesend/autotests/CMakeLists.txt @@ -12,8 +12,8 @@ macro(add_kmail_checkbeforesend_unittest _source _additional) endmacro () -add_kmail_checkbeforesend_unittest(checkbeforesendplugintest.cpp "../sendattachments/checkattachmentjob.cpp;../sendattachments/checkattachmentdialog.cpp;../duplicateemails/checkduplicateemailsjob.cpp;../duplicateemails/checkduplicateemailsdialog.cpp;../checkbeforesendplugin.cpp;../checkbeforesendinterface.cpp;../checkbeforesendconfigurewidget.cpp") -add_kmail_checkbeforesend_unittest(checkbeforesendconfigurewidgettest.cpp "../checkbeforesendconfigurewidget.cpp") +add_kmail_checkbeforesend_unittest(checkbeforesendplugintest.cpp "../sendattachments/checkattachmentjob.cpp;../sendattachments/checkattachmentdialog.cpp;../duplicateemails/checkduplicateemailsjob.cpp;../duplicateemails/checkduplicateemailsdialog.cpp;../checkbeforesendplugin.cpp;../checkbeforesendinterface.cpp;../configurewidget/checkbeforesendconfigurewidget.cpp") +add_kmail_checkbeforesend_unittest(checkbeforesendconfigurewidgettest.cpp "../configurewidget/checkbeforesendconfigurewidget.cpp") add_kmail_checkbeforesend_unittest(checkduplicateemailsdialogtest.cpp "../duplicateemails/checkduplicateemailsdialog.cpp") add_kmail_checkbeforesend_unittest(checkduplicateemailsjobtest.cpp "../duplicateemails/checkduplicateemailsjob.cpp") diff --git a/kmail/editorsendcheckplugins/checkbeforesend/autotests/checkbeforesendconfigurewidgettest.cpp b/kmail/editorsendcheckplugins/checkbeforesend/autotests/checkbeforesendconfigurewidgettest.cpp index b41c15a4..5db84ce3 100644 --- a/kmail/editorsendcheckplugins/checkbeforesend/autotests/checkbeforesendconfigurewidgettest.cpp +++ b/kmail/editorsendcheckplugins/checkbeforesend/autotests/checkbeforesendconfigurewidgettest.cpp @@ -18,7 +18,7 @@ */ #include "checkbeforesendconfigurewidgettest.h" -#include "../checkbeforesendconfigurewidget.h" +#include "../configurewidget/checkbeforesendconfigurewidget.h" #include #include #include diff --git a/kmail/editorsendcheckplugins/checkbeforesend/checkbeforesendplugin.cpp b/kmail/editorsendcheckplugins/checkbeforesend/checkbeforesendplugin.cpp index 60bdd5c0..4d9d4626 100644 --- a/kmail/editorsendcheckplugins/checkbeforesend/checkbeforesendplugin.cpp +++ b/kmail/editorsendcheckplugins/checkbeforesend/checkbeforesendplugin.cpp @@ -19,7 +19,7 @@ #include "checkbeforesendplugin.h" #include "checkbeforesendinterface.h" -#include "checkbeforesendconfigurewidget.h" +#include "configurewidget/checkbeforesendconfigurewidget.h" #include #include diff --git a/kmail/editorsendcheckplugins/checkbeforesend/checkbeforesendconfigurewidget.cpp b/kmail/editorsendcheckplugins/checkbeforesend/configurewidget/checkbeforesendconfigurewidget.cpp similarity index 100% rename from kmail/editorsendcheckplugins/checkbeforesend/checkbeforesendconfigurewidget.cpp rename to kmail/editorsendcheckplugins/checkbeforesend/configurewidget/checkbeforesendconfigurewidget.cpp diff --git a/kmail/editorsendcheckplugins/checkbeforesend/checkbeforesendconfigurewidget.h b/kmail/editorsendcheckplugins/checkbeforesend/configurewidget/checkbeforesendconfigurewidget.h similarity index 100% rename from kmail/editorsendcheckplugins/checkbeforesend/checkbeforesendconfigurewidget.h rename to kmail/editorsendcheckplugins/checkbeforesend/configurewidget/checkbeforesendconfigurewidget.h -- GitLab