From 3353e7fa30be3d2f6c5161a7fd10fd056b5828cd Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 1 Jul 2024 19:18:36 +0900 Subject: Replace kdemacros.h with tdemacros.h Signed-off-by: Michele Calgaro --- certmanager/lib/backends/qgpgme/qgpgmedecryptverifyjob.h | 2 +- certmanager/lib/backends/qgpgme/qgpgmejob.h | 2 +- certmanager/lib/backends/qgpgme/qgpgmekeygenerationjob.h | 2 +- certmanager/lib/backends/qgpgme/qgpgmesignencryptjob.h | 2 +- certmanager/lib/cryptplug.h | 2 +- certmanager/lib/cryptplugfactory.h | 2 +- certmanager/lib/cryptplugwrapper.h | 2 +- certmanager/lib/kleo/cryptobackendfactory.h | 2 +- certmanager/lib/kleo/dn.h | 2 +- certmanager/lib/kleo/enum.h | 2 +- certmanager/lib/kleo/hierarchicalkeylistjob.h | 2 +- certmanager/lib/kleo/keyfiltermanager.h | 2 +- certmanager/lib/kleo/multideletejob.h | 2 +- certmanager/lib/ui/backendconfigwidget.h | 2 +- certmanager/lib/ui/cryptoconfigdialog.h | 2 +- certmanager/lib/ui/directoryserviceswidget.h | 2 +- certmanager/lib/ui/dnattributeorderconfigwidget.h | 2 +- certmanager/lib/ui/keyapprovaldialog.h | 2 +- certmanager/lib/ui/keylistview.h | 2 +- certmanager/lib/ui/keyrequester.h | 2 +- certmanager/lib/ui/keyselectiondialog.h | 2 +- certmanager/lib/ui/progressbar.h | 2 +- certmanager/lib/ui/progressdialog.h | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) (limited to 'certmanager/lib') diff --git a/certmanager/lib/backends/qgpgme/qgpgmedecryptverifyjob.h b/certmanager/lib/backends/qgpgme/qgpgmedecryptverifyjob.h index 17521b9d1..255e3fddc 100644 --- a/certmanager/lib/backends/qgpgme/qgpgmedecryptverifyjob.h +++ b/certmanager/lib/backends/qgpgme/qgpgmedecryptverifyjob.h @@ -38,7 +38,7 @@ #include "qgpgmejob.h" #include -#include +#include namespace GpgME { class Error; diff --git a/certmanager/lib/backends/qgpgme/qgpgmejob.h b/certmanager/lib/backends/qgpgme/qgpgmejob.h index be12978a7..aabfb7011 100644 --- a/certmanager/lib/backends/qgpgme/qgpgmejob.h +++ b/certmanager/lib/backends/qgpgme/qgpgmejob.h @@ -43,7 +43,7 @@ #include #include -#include +#include namespace GpgME { class Data; diff --git a/certmanager/lib/backends/qgpgme/qgpgmekeygenerationjob.h b/certmanager/lib/backends/qgpgme/qgpgmekeygenerationjob.h index cf69bdcb5..f5f46669b 100644 --- a/certmanager/lib/backends/qgpgme/qgpgmekeygenerationjob.h +++ b/certmanager/lib/backends/qgpgme/qgpgmekeygenerationjob.h @@ -36,7 +36,7 @@ #include #include "qgpgmejob.h" -#include +#include namespace GpgME { class Error; diff --git a/certmanager/lib/backends/qgpgme/qgpgmesignencryptjob.h b/certmanager/lib/backends/qgpgme/qgpgmesignencryptjob.h index 6788420e4..216faeb5a 100644 --- a/certmanager/lib/backends/qgpgme/qgpgmesignencryptjob.h +++ b/certmanager/lib/backends/qgpgme/qgpgmesignencryptjob.h @@ -44,7 +44,7 @@ #include -#include +#include namespace GpgME { class Error; class Context; diff --git a/certmanager/lib/cryptplug.h b/certmanager/lib/cryptplug.h index 8b99e03ac..82cab6070 100644 --- a/certmanager/lib/cryptplug.h +++ b/certmanager/lib/cryptplug.h @@ -25,7 +25,7 @@ #include #include // need it for gpgme_protocol_t :( -#include +#include namespace GpgME { class ImportResult; diff --git a/certmanager/lib/cryptplugfactory.h b/certmanager/lib/cryptplugfactory.h index 05202e3f2..a45c82fcf 100644 --- a/certmanager/lib/cryptplugfactory.h +++ b/certmanager/lib/cryptplugfactory.h @@ -35,7 +35,7 @@ #include "kleo/cryptobackendfactory.h" -#include +#include #ifndef LIBKLEOPATRA_NO_COMPAT namespace Kleo { diff --git a/certmanager/lib/cryptplugwrapper.h b/certmanager/lib/cryptplugwrapper.h index 12068306a..7397e423d 100644 --- a/certmanager/lib/cryptplugwrapper.h +++ b/certmanager/lib/cryptplugwrapper.h @@ -54,7 +54,7 @@ #include #include #include -#include +#include class TDEConfigBase; diff --git a/certmanager/lib/kleo/cryptobackendfactory.h b/certmanager/lib/kleo/cryptobackendfactory.h index 72292e5b9..d8b1dd6c3 100644 --- a/certmanager/lib/kleo/cryptobackendfactory.h +++ b/certmanager/lib/kleo/cryptobackendfactory.h @@ -36,7 +36,7 @@ #include #include "cryptobackend.h" -#include +#include #include #include diff --git a/certmanager/lib/kleo/dn.h b/certmanager/lib/kleo/dn.h index 4b6333780..493a61a08 100644 --- a/certmanager/lib/kleo/dn.h +++ b/certmanager/lib/kleo/dn.h @@ -35,7 +35,7 @@ #include #include -#include +#include class TQStringList; class TQWidget; diff --git a/certmanager/lib/kleo/enum.h b/certmanager/lib/kleo/enum.h index 36b735d66..a10bc592f 100644 --- a/certmanager/lib/kleo/enum.h +++ b/certmanager/lib/kleo/enum.h @@ -33,7 +33,7 @@ #ifndef __KLEO_ENUM_H__ #define __KLEO_ENUM_H__ -#include +#include class TQString; class TQStringList; diff --git a/certmanager/lib/kleo/hierarchicalkeylistjob.h b/certmanager/lib/kleo/hierarchicalkeylistjob.h index 661c3a4f9..6920bec92 100644 --- a/certmanager/lib/kleo/hierarchicalkeylistjob.h +++ b/certmanager/lib/kleo/hierarchicalkeylistjob.h @@ -35,7 +35,7 @@ #include #include -#include +#include #include diff --git a/certmanager/lib/kleo/keyfiltermanager.h b/certmanager/lib/kleo/keyfiltermanager.h index d3d902799..40f3687d3 100644 --- a/certmanager/lib/kleo/keyfiltermanager.h +++ b/certmanager/lib/kleo/keyfiltermanager.h @@ -34,7 +34,7 @@ #define __KLEO_KEYFILTERMANAGER_H__ #include -#include +#include namespace GpgME { class Key; } diff --git a/certmanager/lib/kleo/multideletejob.h b/certmanager/lib/kleo/multideletejob.h index f6de39ac6..0bc8d3292 100644 --- a/certmanager/lib/kleo/multideletejob.h +++ b/certmanager/lib/kleo/multideletejob.h @@ -36,7 +36,7 @@ #include #include -#include +#include #include #include diff --git a/certmanager/lib/ui/backendconfigwidget.h b/certmanager/lib/ui/backendconfigwidget.h index e96464de7..7f9657730 100644 --- a/certmanager/lib/ui/backendconfigwidget.h +++ b/certmanager/lib/ui/backendconfigwidget.h @@ -35,7 +35,7 @@ #define __KLEO_UI_BACKENDCONFIGWIDGET_H__ #include -#include +#include namespace Kleo { class CryptoBackendFactory; diff --git a/certmanager/lib/ui/cryptoconfigdialog.h b/certmanager/lib/ui/cryptoconfigdialog.h index 36d8e8c06..f16ff948c 100644 --- a/certmanager/lib/ui/cryptoconfigdialog.h +++ b/certmanager/lib/ui/cryptoconfigdialog.h @@ -33,7 +33,7 @@ #define CRYPTOCONFIGDIALOG_H #include -#include +#include namespace Kleo { diff --git a/certmanager/lib/ui/directoryserviceswidget.h b/certmanager/lib/ui/directoryserviceswidget.h index 4ae64e05b..9a97c680d 100644 --- a/certmanager/lib/ui/directoryserviceswidget.h +++ b/certmanager/lib/ui/directoryserviceswidget.h @@ -34,7 +34,7 @@ #define DIRECTORYSERVICESWIDGET_H #include "directoryserviceswidgetbase.h" #include -#include +#include class CryptPlugWrapper; namespace Kleo { diff --git a/certmanager/lib/ui/dnattributeorderconfigwidget.h b/certmanager/lib/ui/dnattributeorderconfigwidget.h index ba9fa71e4..a8fcf9340 100644 --- a/certmanager/lib/ui/dnattributeorderconfigwidget.h +++ b/certmanager/lib/ui/dnattributeorderconfigwidget.h @@ -34,7 +34,7 @@ #define __KLEO_UI_DNATTRIBUTEORDERCONFIGWIDGET_H__ #include -#include +#include namespace Kleo { class DNAttributeMapper; } diff --git a/certmanager/lib/ui/keyapprovaldialog.h b/certmanager/lib/ui/keyapprovaldialog.h index 297237913..25c82fcf1 100644 --- a/certmanager/lib/ui/keyapprovaldialog.h +++ b/certmanager/lib/ui/keyapprovaldialog.h @@ -40,7 +40,7 @@ #include #include -#include +#include #include // for EncryptPref #include diff --git a/certmanager/lib/ui/keylistview.h b/certmanager/lib/ui/keylistview.h index 49fd8b631..0db1b1e38 100644 --- a/certmanager/lib/ui/keylistview.h +++ b/certmanager/lib/ui/keylistview.h @@ -36,7 +36,7 @@ #include #include -#include +#include class TQPainter; class TQColorGroup; diff --git a/certmanager/lib/ui/keyrequester.h b/certmanager/lib/ui/keyrequester.h index bcb466b43..ba383335e 100644 --- a/certmanager/lib/ui/keyrequester.h +++ b/certmanager/lib/ui/keyrequester.h @@ -53,7 +53,7 @@ #include #include -#include +#include namespace Kleo { class KeyListView; diff --git a/certmanager/lib/ui/keyselectiondialog.h b/certmanager/lib/ui/keyselectiondialog.h index a76356f15..60442558b 100644 --- a/certmanager/lib/ui/keyselectiondialog.h +++ b/certmanager/lib/ui/keyselectiondialog.h @@ -41,7 +41,7 @@ #include #include -#include +#include #include class TQVBoxLayout; diff --git a/certmanager/lib/ui/progressbar.h b/certmanager/lib/ui/progressbar.h index 3e07aa00e..4119a1d78 100644 --- a/certmanager/lib/ui/progressbar.h +++ b/certmanager/lib/ui/progressbar.h @@ -34,7 +34,7 @@ #define __KLEO_PROGRESSBAR_H__ #include -#include +#include class TQTimer; namespace Kleo { diff --git a/certmanager/lib/ui/progressdialog.h b/certmanager/lib/ui/progressdialog.h index 65ac78f91..7414cb08a 100644 --- a/certmanager/lib/ui/progressdialog.h +++ b/certmanager/lib/ui/progressdialog.h @@ -35,7 +35,7 @@ #include #include -#include +#include namespace Kleo { class Job; -- cgit v1.2.1