diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:08:39 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:08:39 -0600 |
commit | cbf5d0cef8875e3a03b49338d42784e23f96b26d (patch) | |
tree | 8fa44fe14b0ee30cb11b382dc914c7c18578654f /conduits/knotes | |
parent | 4e029b61904109e6a4b48119097cbe9976f291f6 (diff) | |
download | kpilot-cbf5d0cef8875e3a03b49338d42784e23f96b26d.tar.gz kpilot-cbf5d0cef8875e3a03b49338d42784e23f96b26d.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'conduits/knotes')
-rw-r--r-- | conduits/knotes/knotes-action.cc | 2 | ||||
-rw-r--r-- | conduits/knotes/knotes-factory.cc | 4 | ||||
-rw-r--r-- | conduits/knotes/knotes-setup.cc | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/conduits/knotes/knotes-action.cc b/conduits/knotes/knotes-action.cc index 00880c6..84fe5cc 100644 --- a/conduits/knotes/knotes-action.cc +++ b/conduits/knotes/knotes-action.cc @@ -32,7 +32,7 @@ #include <tqmap.h> #include <tqtimer.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kurl.h> #include <libkcal/calendarlocal.h> diff --git a/conduits/knotes/knotes-factory.cc b/conduits/knotes/knotes-factory.cc index dc7f8f3..2719f32 100644 --- a/conduits/knotes/knotes-factory.cc +++ b/conduits/knotes/knotes-factory.cc @@ -28,9 +28,9 @@ #include "options.h" -#include <kapplication.h> +#include <tdeapplication.h> #include <kinstance.h> -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include <dcopclient.h> diff --git a/conduits/knotes/knotes-setup.cc b/conduits/knotes/knotes-setup.cc index 93c4f71..0bdf41a 100644 --- a/conduits/knotes/knotes-setup.cc +++ b/conduits/knotes/knotes-setup.cc @@ -33,7 +33,7 @@ #include <tqmap.h> #include <tqtimer.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tdeconfig.h> #include "setup_base.h" |