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/docconduit/kpalmdoc_dlg.cc | |
parent | 4e029b61904109e6a4b48119097cbe9976f291f6 (diff) | |
download | kpilot-cbf5d0cef8875e3a03b49338d42784e23f96b26d.tar.gz kpilot-cbf5d0cef8875e3a03b49338d42784e23f96b26d.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'conduits/docconduit/kpalmdoc_dlg.cc')
-rw-r--r-- | conduits/docconduit/kpalmdoc_dlg.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conduits/docconduit/kpalmdoc_dlg.cc b/conduits/docconduit/kpalmdoc_dlg.cc index 61bef6c..c8b17d9 100644 --- a/conduits/docconduit/kpalmdoc_dlg.cc +++ b/conduits/docconduit/kpalmdoc_dlg.cc @@ -40,8 +40,8 @@ #include <klocale.h> #include <tdeconfig.h> -#include <kaboutapplication.h> -#include <kapplication.h> +#include <tdeaboutapplication.h> +#include <tdeapplication.h> #include <kurlrequester.h> #include <kmessagebox.h> #include <kcharsets.h> |