diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:18:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:18:40 -0600 |
commit | 38b7daf1afffa515cf4880847c0d985f3c6ee753 (patch) | |
tree | 3e5e8489a057008373c2ae2d1583d5a1865f7e3d /certmanager/lib | |
parent | f4236c497b152468e23da7b8a64caf6988e61515 (diff) | |
download | tdepim-38b7daf1afffa515cf4880847c0d985f3c6ee753.tar.gz tdepim-38b7daf1afffa515cf4880847c0d985f3c6ee753.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'certmanager/lib')
-rw-r--r-- | certmanager/lib/cryptplugfactory.cpp | 2 | ||||
-rw-r--r-- | certmanager/lib/cryptplugwrapper.cpp | 2 | ||||
-rw-r--r-- | certmanager/lib/kleo/cryptobackendfactory.cpp | 2 | ||||
-rw-r--r-- | certmanager/lib/kleo/dn.cpp | 2 | ||||
-rw-r--r-- | certmanager/lib/tests/test_cryptoconfig.cpp | 6 | ||||
-rw-r--r-- | certmanager/lib/tests/test_gnupgprocessbase.cpp | 6 | ||||
-rw-r--r-- | certmanager/lib/tests/test_jobs.cpp | 6 | ||||
-rw-r--r-- | certmanager/lib/tests/test_keygen.cpp | 6 | ||||
-rw-r--r-- | certmanager/lib/tests/test_keylister.cpp | 6 | ||||
-rw-r--r-- | certmanager/lib/tests/test_keyselectiondialog.cpp | 6 | ||||
-rw-r--r-- | certmanager/lib/tests/test_verify.cpp | 6 | ||||
-rw-r--r-- | certmanager/lib/ui/backendconfigwidget.cpp | 2 | ||||
-rw-r--r-- | certmanager/lib/ui/dnattributeorderconfigwidget.cpp | 2 | ||||
-rw-r--r-- | certmanager/lib/ui/keyselectiondialog.cpp | 2 |
14 files changed, 28 insertions, 28 deletions
diff --git a/certmanager/lib/cryptplugfactory.cpp b/certmanager/lib/cryptplugfactory.cpp index 50db2ab74..6165cadda 100644 --- a/certmanager/lib/cryptplugfactory.cpp +++ b/certmanager/lib/cryptplugfactory.cpp @@ -41,7 +41,7 @@ #include <klocale.h> #include <kdebug.h> #include <kmessagebox.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <assert.h> diff --git a/certmanager/lib/cryptplugwrapper.cpp b/certmanager/lib/cryptplugwrapper.cpp index eb2ccafea..b1ee42746 100644 --- a/certmanager/lib/cryptplugwrapper.cpp +++ b/certmanager/lib/cryptplugwrapper.cpp @@ -61,7 +61,7 @@ // kde #include <kdebug.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <klocale.h> #include <kglobal.h> #include <tdeconfig.h> diff --git a/certmanager/lib/kleo/cryptobackendfactory.cpp b/certmanager/lib/kleo/cryptobackendfactory.cpp index 0397e168d..f6af5283d 100644 --- a/certmanager/lib/kleo/cryptobackendfactory.cpp +++ b/certmanager/lib/kleo/cryptobackendfactory.cpp @@ -50,7 +50,7 @@ #include <klocale.h> #include <kdebug.h> #include <kmessagebox.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <iterator> #include <algorithm> diff --git a/certmanager/lib/kleo/dn.cpp b/certmanager/lib/kleo/dn.cpp index 847127eab..b5b016447 100644 --- a/certmanager/lib/kleo/dn.cpp +++ b/certmanager/lib/kleo/dn.cpp @@ -39,7 +39,7 @@ #include "oidmap.h" #include "ui/dnattributeorderconfigwidget.h" -#include <kapplication.h> +#include <tdeapplication.h> #include <tdeconfig.h> #include <klocale.h> diff --git a/certmanager/lib/tests/test_cryptoconfig.cpp b/certmanager/lib/tests/test_cryptoconfig.cpp index 10e750c7f..9e5736e77 100644 --- a/certmanager/lib/tests/test_cryptoconfig.cpp +++ b/certmanager/lib/tests/test_cryptoconfig.cpp @@ -31,9 +31,9 @@ #include <backends/qgpgme/qgpgmecryptoconfig.h> -#include <kapplication.h> -#include <kaboutdata.h> -#include <kcmdlineargs.h> +#include <tdeapplication.h> +#include <tdeaboutdata.h> +#include <tdecmdlineargs.h> #include <iostream> using namespace std; diff --git a/certmanager/lib/tests/test_gnupgprocessbase.cpp b/certmanager/lib/tests/test_gnupgprocessbase.cpp index 33267350b..ea7ccae73 100644 --- a/certmanager/lib/tests/test_gnupgprocessbase.cpp +++ b/certmanager/lib/tests/test_gnupgprocessbase.cpp @@ -38,9 +38,9 @@ #include <backends/qgpgme/gnupgprocessbase.h> -#include <kapplication.h> -#include <kaboutdata.h> -#include <kcmdlineargs.h> +#include <tdeapplication.h> +#include <tdeaboutdata.h> +#include <tdecmdlineargs.h> #include <kmessagebox.h> #include <kdebug.h> diff --git a/certmanager/lib/tests/test_jobs.cpp b/certmanager/lib/tests/test_jobs.cpp index 5c2c8606d..ba26bfb58 100644 --- a/certmanager/lib/tests/test_jobs.cpp +++ b/certmanager/lib/tests/test_jobs.cpp @@ -43,9 +43,9 @@ #include <kdebug.h> #include <assert.h> -#include <kaboutdata.h> -#include <kcmdlineargs.h> -#include <kapplication.h> +#include <tdeaboutdata.h> +#include <tdecmdlineargs.h> +#include <tdeapplication.h> #include <memory> diff --git a/certmanager/lib/tests/test_keygen.cpp b/certmanager/lib/tests/test_keygen.cpp index e0406e801..e5b4bcd92 100644 --- a/certmanager/lib/tests/test_keygen.cpp +++ b/certmanager/lib/tests/test_keygen.cpp @@ -43,9 +43,9 @@ #include <gpgmepp/keygenerationresult.h> -#include <kapplication.h> -#include <kaboutdata.h> -#include <kcmdlineargs.h> +#include <tdeapplication.h> +#include <tdeaboutdata.h> +#include <tdecmdlineargs.h> #include <kmessagebox.h> #include <kdebug.h> diff --git a/certmanager/lib/tests/test_keylister.cpp b/certmanager/lib/tests/test_keylister.cpp index 78d09bc20..0e357b591 100644 --- a/certmanager/lib/tests/test_keylister.cpp +++ b/certmanager/lib/tests/test_keylister.cpp @@ -40,9 +40,9 @@ #include <gpgmepp/keylistresult.h> #include <gpgmepp/key.h> -#include <kapplication.h> -#include <kaboutdata.h> -#include <kcmdlineargs.h> +#include <tdeapplication.h> +#include <tdeaboutdata.h> +#include <tdecmdlineargs.h> #include <kdebug.h> #include <tqmessagebox.h> diff --git a/certmanager/lib/tests/test_keyselectiondialog.cpp b/certmanager/lib/tests/test_keyselectiondialog.cpp index 763a1637a..6e1fa7df9 100644 --- a/certmanager/lib/tests/test_keyselectiondialog.cpp +++ b/certmanager/lib/tests/test_keyselectiondialog.cpp @@ -34,9 +34,9 @@ #include <ui/keyselectiondialog.h> #include <gpgmepp/key.h> -#include <kapplication.h> -#include <kcmdlineargs.h> -#include <kaboutdata.h> +#include <tdeapplication.h> +#include <tdecmdlineargs.h> +#include <tdeaboutdata.h> #include <kglobal.h> #include <kiconloader.h> #include <kdebug.h> diff --git a/certmanager/lib/tests/test_verify.cpp b/certmanager/lib/tests/test_verify.cpp index 85a1b32f1..f70c4e109 100644 --- a/certmanager/lib/tests/test_verify.cpp +++ b/certmanager/lib/tests/test_verify.cpp @@ -38,9 +38,9 @@ #include <gpgmepp/verificationresult.h> #include <gpgmepp/key.h> -#include <kaboutdata.h> -#include <kapplication.h> -#include <kcmdlineargs.h> +#include <tdeaboutdata.h> +#include <tdeapplication.h> +#include <tdecmdlineargs.h> #include <tqdir.h> #include <tqfile.h> diff --git a/certmanager/lib/ui/backendconfigwidget.cpp b/certmanager/lib/ui/backendconfigwidget.cpp index cc9f0c257..7b65a538f 100644 --- a/certmanager/lib/ui/backendconfigwidget.cpp +++ b/certmanager/lib/ui/backendconfigwidget.cpp @@ -46,7 +46,7 @@ #include <klocale.h> #include <kdebug.h> #include <kmessagebox.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <dcopclient.h> #include <tqpushbutton.h> diff --git a/certmanager/lib/ui/dnattributeorderconfigwidget.cpp b/certmanager/lib/ui/dnattributeorderconfigwidget.cpp index 67f1929e8..71ac8a951 100644 --- a/certmanager/lib/ui/dnattributeorderconfigwidget.cpp +++ b/certmanager/lib/ui/dnattributeorderconfigwidget.cpp @@ -43,7 +43,7 @@ #include <kdialog.h> #include <kiconloader.h> #include <tdeconfig.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tqtoolbutton.h> #include <tqlayout.h> diff --git a/certmanager/lib/ui/keyselectiondialog.cpp b/certmanager/lib/ui/keyselectiondialog.cpp index 2aaf84768..53d658439 100644 --- a/certmanager/lib/ui/keyselectiondialog.cpp +++ b/certmanager/lib/ui/keyselectiondialog.cpp @@ -53,7 +53,7 @@ // KDE #include <klocale.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kglobal.h> #include <kiconloader.h> #include <kdebug.h> |