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 /kontact/interfaces | |
parent | f4236c497b152468e23da7b8a64caf6988e61515 (diff) | |
download | tdepim-38b7daf1afffa515cf4880847c0d985f3c6ee753.tar.gz tdepim-38b7daf1afffa515cf4880847c0d985f3c6ee753.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'kontact/interfaces')
-rw-r--r-- | kontact/interfaces/plugin.cpp | 2 | ||||
-rw-r--r-- | kontact/interfaces/uniqueapphandler.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kontact/interfaces/plugin.cpp b/kontact/interfaces/plugin.cpp index ae7efa528..a14a50db9 100644 --- a/kontact/interfaces/plugin.cpp +++ b/kontact/interfaces/plugin.cpp @@ -23,7 +23,7 @@ #include <tqobjectlist.h> #include <dcopclient.h> -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include <kglobal.h> #include <tdeparts/componentfactory.h> #include <kdebug.h> diff --git a/kontact/interfaces/uniqueapphandler.cpp b/kontact/interfaces/uniqueapphandler.cpp index c465d7244..11b7bc5f1 100644 --- a/kontact/interfaces/uniqueapphandler.cpp +++ b/kontact/interfaces/uniqueapphandler.cpp @@ -21,8 +21,8 @@ #include "uniqueapphandler.h" #include <kstartupinfo.h> -#include <kapplication.h> -#include <kcmdlineargs.h> +#include <tdeapplication.h> +#include <tdecmdlineargs.h> #include "core.h" #include <twin.h> #include <dcopclient.h> |