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 /kaddressbook/kcmconfigs | |
parent | f4236c497b152468e23da7b8a64caf6988e61515 (diff) | |
download | tdepim-38b7daf1afffa515cf4880847c0d985f3c6ee753.tar.gz tdepim-38b7daf1afffa515cf4880847c0d985f3c6ee753.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'kaddressbook/kcmconfigs')
-rw-r--r-- | kaddressbook/kcmconfigs/kcmkabconfig.cpp | 2 | ||||
-rw-r--r-- | kaddressbook/kcmconfigs/kcmkabldapconfig.cpp | 2 | ||||
-rw-r--r-- | kaddressbook/kcmconfigs/ldapoptionswidget.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kaddressbook/kcmconfigs/kcmkabconfig.cpp b/kaddressbook/kcmconfigs/kcmkabconfig.cpp index 8f3bb5e58..6f1706974 100644 --- a/kaddressbook/kcmconfigs/kcmkabconfig.cpp +++ b/kaddressbook/kcmconfigs/kcmkabconfig.cpp @@ -23,7 +23,7 @@ #include <tqlayout.h> -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include <kdebug.h> #include <klocale.h> diff --git a/kaddressbook/kcmconfigs/kcmkabldapconfig.cpp b/kaddressbook/kcmconfigs/kcmkabldapconfig.cpp index ba512b63a..a95fa2c84 100644 --- a/kaddressbook/kcmconfigs/kcmkabldapconfig.cpp +++ b/kaddressbook/kcmconfigs/kcmkabldapconfig.cpp @@ -25,7 +25,7 @@ #include <tqframe.h> #include <tqlayout.h> -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include <klocale.h> #include "ldapoptionswidget.h" diff --git a/kaddressbook/kcmconfigs/ldapoptionswidget.cpp b/kaddressbook/kcmconfigs/ldapoptionswidget.cpp index 3225b0a2e..71a41ba48 100644 --- a/kaddressbook/kcmconfigs/ldapoptionswidget.cpp +++ b/kaddressbook/kcmconfigs/ldapoptionswidget.cpp @@ -29,7 +29,7 @@ #include <tqtoolbutton.h> #include <tqstring.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kbuttonbox.h> #include <tdeconfig.h> #include <tdelistview.h> |