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 | |
parent | f4236c497b152468e23da7b8a64caf6988e61515 (diff) | |
download | tdepim-38b7daf1afffa515cf4880847c0d985f3c6ee753.tar.gz tdepim-38b7daf1afffa515cf4880847c0d985f3c6ee753.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'certmanager')
24 files changed, 39 insertions, 39 deletions
diff --git a/certmanager/aboutdata.h b/certmanager/aboutdata.h index 5161b9c23..2c4825bed 100644 --- a/certmanager/aboutdata.h +++ b/certmanager/aboutdata.h @@ -33,7 +33,7 @@ #ifndef __ABOUTDATA_H__ #define __ABOUTDATA_H__ -#include <kaboutdata.h> +#include <tdeaboutdata.h> class AboutData : public TDEAboutData { public: diff --git a/certmanager/certificatewizardimpl.cpp b/certmanager/certificatewizardimpl.cpp index 48d190dda..583470e9c 100644 --- a/certmanager/certificatewizardimpl.cpp +++ b/certmanager/certificatewizardimpl.cpp @@ -54,7 +54,7 @@ #include <kmessagebox.h> #include <klocale.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kdebug.h> #include <kdialog.h> #include <kurlrequester.h> diff --git a/certmanager/certmanager.cpp b/certmanager/certmanager.cpp index 9e01cc6d0..bed7d94ae 100644 --- a/certmanager/certmanager.cpp +++ b/certmanager/certmanager.cpp @@ -74,7 +74,7 @@ #include <tdefiledialog.h> #include <kprocess.h> #include <tdeaction.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <klocale.h> #include <kmessagebox.h> #include <dcopclient.h> diff --git a/certmanager/conf/configuredialog.cpp b/certmanager/conf/configuredialog.cpp index 83879de8e..b1e994137 100644 --- a/certmanager/conf/configuredialog.cpp +++ b/certmanager/conf/configuredialog.cpp @@ -34,7 +34,7 @@ #include "configuredialog.h" #include <twin.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tdeconfig.h> #include <klocale.h> diff --git a/certmanager/customactions.cpp b/certmanager/customactions.cpp index e8ea4312f..bf96302a3 100644 --- a/certmanager/customactions.cpp +++ b/certmanager/customactions.cpp @@ -33,7 +33,7 @@ #include "customactions.h" #include <tdetoolbar.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tqlineedit.h> #include <tqlabel.h> diff --git a/certmanager/kwatchgnupg/aboutdata.h b/certmanager/kwatchgnupg/aboutdata.h index de8d2be2f..6a10cac0f 100644 --- a/certmanager/kwatchgnupg/aboutdata.h +++ b/certmanager/kwatchgnupg/aboutdata.h @@ -33,7 +33,7 @@ #ifndef ABOUTDATA_H #define ABOUTDATA_H -#include <kaboutdata.h> +#include <tdeaboutdata.h> class AboutData : public TDEAboutData { public: diff --git a/certmanager/kwatchgnupg/kwatchgnupgconfig.cpp b/certmanager/kwatchgnupg/kwatchgnupgconfig.cpp index 1cb31ef44..8b1101716 100644 --- a/certmanager/kwatchgnupg/kwatchgnupgconfig.cpp +++ b/certmanager/kwatchgnupg/kwatchgnupgconfig.cpp @@ -35,7 +35,7 @@ #include <klocale.h> #include <kurlrequester.h> #include <tdeconfig.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tqframe.h> #include <tqlayout.h> diff --git a/certmanager/kwatchgnupg/kwatchgnupgmainwin.cpp b/certmanager/kwatchgnupg/kwatchgnupgmainwin.cpp index 738f01b1e..9ce5f6b16 100644 --- a/certmanager/kwatchgnupg/kwatchgnupgmainwin.cpp +++ b/certmanager/kwatchgnupg/kwatchgnupgmainwin.cpp @@ -40,7 +40,7 @@ #include <kdebug.h> #include <kmessagebox.h> #include <klocale.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tdeaction.h> #include <kstdaction.h> #include <kprocio.h> diff --git a/certmanager/kwatchgnupg/main.cpp b/certmanager/kwatchgnupg/main.cpp index 76db02903..323c8b5ef 100644 --- a/certmanager/kwatchgnupg/main.cpp +++ b/certmanager/kwatchgnupg/main.cpp @@ -38,7 +38,7 @@ #include "kwatchgnupgmainwin.h" #include <kuniqueapplication.h> -#include <kcmdlineargs.h> +#include <tdecmdlineargs.h> #include <kmessagebox.h> #include <klocale.h> #include <kglobal.h> 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> diff --git a/certmanager/main.cpp b/certmanager/main.cpp index 011543f58..8bdb346d8 100644 --- a/certmanager/main.cpp +++ b/certmanager/main.cpp @@ -39,8 +39,8 @@ #include <kleo/cryptobackendfactory.h> -#include <kapplication.h> -#include <kcmdlineargs.h> +#include <tdeapplication.h> +#include <tdecmdlineargs.h> #include <kmessagebox.h> #include <klocale.h> #include <kglobal.h> |