GIT_SILENT: use <..> for include

wilder-rebase
Laurent Montel 4 years ago
parent 66e511ecf2
commit 38d83b554f
  1. 4
      src/mdn/mdnadvicehelper.cpp
  2. 4
      src/search/searchpatternedit.cpp
  3. 4
      src/search/searchrule/searchrulestatus.h
  4. 4
      src/search/widgethandler/daterulewidgethandler.cpp
  5. 4
      src/search/widgethandler/encryptionwidgethandler.cpp
  6. 4
      src/search/widgethandler/headersrulerwidgethandler.cpp
  7. 4
      src/search/widgethandler/messagerulewidgethandler.cpp
  8. 4
      src/search/widgethandler/numericdoublerulewidgethandler.cpp
  9. 4
      src/search/widgethandler/numericrulewidgethandler.cpp
  10. 4
      src/search/widgethandler/statusrulewidgethandler.cpp
  11. 4
      src/search/widgethandler/tagrulewidgethandler.cpp
  12. 4
      src/search/widgethandler/textrulerwidgethandler.cpp

@ -6,15 +6,15 @@
#include "mdnadvicehelper.h"
#include "filter/mdnadvicedialog.h"
#include "ki18n_version.h"
#include "mailcommon_debug.h"
#include <Akonadi/ItemModifyJob>
#include <KLocalizedString>
#include <MessageComposer/Util>
#include <MessageViewer/MessageViewerSettings>
#include <QPointer>
#include <ki18n_version.h>
#if KI18N_VERSION >= QT_VERSION_CHECK(5, 89, 0)
#include <klazylocalizedstring.h>
#include <KLazyLocalizedString>
#undef I18N_NOOP
#define I18N_NOOP kli18n
#endif

@ -10,7 +10,6 @@
using MailCommon::RuleWidgetHandlerManager;
#include "mailcommon_debug.h"
#include "ki18n_version.h"
#include <KComboBox>
#include <KLocalizedString>
#include <Libkdepim/LineEditCatchReturnKey>
@ -22,8 +21,9 @@ using MailCommon::RuleWidgetHandlerManager;
#include <QPushButton>
#include <QRadioButton>
#include <QStackedWidget>
#include <ki18n_version.h>
#if KI18N_VERSION >= QT_VERSION_CHECK(5, 89, 0)
#include <klazylocalizedstring.h>
#include <KLazyLocalizedString>
#undef I18N_NOOP
#define I18N_NOOP kli18n
#endif

@ -8,11 +8,11 @@
#include <Akonadi/Item>
#include "ki18n_version.h"
#include "mailcommon/searchpattern.h"
#include <Akonadi/KMime/MessageStatus>
#include <ki18n_version.h>
#if KI18N_VERSION >= QT_VERSION_CHECK(5, 89, 0)
#include <klazylocalizedstring.h>
#include <KLazyLocalizedString>
#undef I18NC_NOOP
#define I18NC_NOOP kli18nc
#endif

@ -10,13 +10,13 @@
#include <KDateComboBox>
#include <KLocalizedString>
#include "ki18n_version.h"
#include <QComboBox>
#include <QDate>
#include <QObject>
#include <QStackedWidget>
#include <ki18n_version.h>
#if KI18N_VERSION >= QT_VERSION_CHECK(5, 89, 0)
#include <klazylocalizedstring.h>
#include <KLazyLocalizedString>
#undef I18N_NOOP
#define I18N_NOOP kli18n
#endif

@ -5,12 +5,12 @@
*/
#include "encryptionwidgethandler.h"
#include "ki18n_version.h"
#include <QComboBox>
#include <QLabel>
#include <QStackedWidget>
#include <ki18n_version.h>
#if KI18N_VERSION >= QT_VERSION_CHECK(5, 89, 0)
#include <klazylocalizedstring.h>
#include <KLazyLocalizedString>
#undef I18N_NOOP
#define I18N_NOOP kli18n
#endif

@ -11,12 +11,12 @@
#include <KLineEdit>
#include <KLocalizedString>
#include "ki18n_version.h"
#include <QComboBox>
#include <QLabel>
#include <QStackedWidget>
#include <ki18n_version.h>
#if KI18N_VERSION >= QT_VERSION_CHECK(5, 89, 0)
#include <klazylocalizedstring.h>
#include <KLazyLocalizedString>
#undef I18N_NOOP
#define I18N_NOOP kli18n
#endif

@ -7,14 +7,14 @@
#include "messagerulewidgethandler.h"
#include "search/searchpattern.h"
#include "ki18n_version.h"
#include <KLineEdit>
#include <KLocalizedString>
#include <QComboBox>
#include <QLabel>
#include <QStackedWidget>
#include <ki18n_version.h>
#if KI18N_VERSION >= QT_VERSION_CHECK(5, 89, 0)
#include <klazylocalizedstring.h>
#include <KLazyLocalizedString>
#undef I18N_NOOP
#define I18N_NOOP kli18n
#endif

@ -9,12 +9,12 @@
#include <KLocalizedString>
#include "ki18n_version.h"
#include <QComboBox>
#include <QDoubleSpinBox>
#include <QStackedWidget>
#include <ki18n_version.h>
#if KI18N_VERSION >= QT_VERSION_CHECK(5, 89, 0)
#include <klazylocalizedstring.h>
#include <KLazyLocalizedString>
#undef I18N_NOOP
#define I18N_NOOP kli18n
#endif

@ -10,11 +10,11 @@
#include <KLocalizedString>
#include <KPluralHandlingSpinBox>
#include "ki18n_version.h"
#include <QComboBox>
#include <QStackedWidget>
#include <ki18n_version.h>
#if KI18N_VERSION >= QT_VERSION_CHECK(5, 89, 0)
#include <klazylocalizedstring.h>
#include <KLazyLocalizedString>
#undef I18N_NOOP
#define I18N_NOOP kli18n
#endif

@ -7,12 +7,12 @@
#include "statusrulewidgethandler.h"
#include "search/searchrule/searchrulestatus.h"
#include "ki18n_version.h"
#include <QComboBox>
#include <QIcon>
#include <QStackedWidget>
#include <ki18n_version.h>
#if KI18N_VERSION >= QT_VERSION_CHECK(5, 89, 0)
#include <klazylocalizedstring.h>
#include <KLazyLocalizedString>
#undef I18N_NOOP
#define I18N_NOOP kli18n
#endif

@ -18,12 +18,12 @@
#include <Akonadi/TagFetchJob>
#include <Akonadi/TagFetchScope>
#include "ki18n_version.h"
#include <QComboBox>
#include <QLineEdit>
#include <QStackedWidget>
#include <ki18n_version.h>
#if KI18N_VERSION >= QT_VERSION_CHECK(5, 89, 0)
#include <klazylocalizedstring.h>
#include <KLazyLocalizedString>
#undef I18N_NOOP
#define I18N_NOOP kli18n
#endif

@ -14,10 +14,10 @@
using namespace MailCommon;
#include "ki18n_version.h"
#include <QLabel>
#include <ki18n_version.h>
#if KI18N_VERSION >= QT_VERSION_CHECK(5, 89, 0)
#include <klazylocalizedstring.h>
#include <KLazyLocalizedString>
#undef I18N_NOOP
#define I18N_NOOP kli18n
#endif

Loading…
Cancel
Save