diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:07:29 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:07:29 -0600 |
commit | 3b6870c6e1177574772803b5b09416903ee40fc0 (patch) | |
tree | 03b48b993d5dcf6f87b5f76824fd215f1ae98b67 /koshell | |
parent | a5df607029e00ab0240203fc24083723a23fb720 (diff) | |
download | koffice-3b6870c6e1177574772803b5b09416903ee40fc0.tar.gz koffice-3b6870c6e1177574772803b5b09416903ee40fc0.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'koshell')
-rw-r--r-- | koshell/iconsidepane.cpp | 2 | ||||
-rw-r--r-- | koshell/koshell_main.cc | 4 | ||||
-rw-r--r-- | koshell/koshell_shell.cc | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/koshell/iconsidepane.cpp b/koshell/iconsidepane.cpp index 61b890be..dc43a8d9 100644 --- a/koshell/iconsidepane.cpp +++ b/koshell/iconsidepane.cpp @@ -34,7 +34,7 @@ #include <tqwidgetstack.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kdebug.h> #include <kdialog.h> #include <kiconloader.h> diff --git a/koshell/koshell_main.cc b/koshell/koshell_main.cc index ecfd34f0..f405d81a 100644 --- a/koshell/koshell_main.cc +++ b/koshell/koshell_main.cc @@ -19,8 +19,8 @@ */ #include <kofficeversion.h> -#include <kaboutdata.h> -#include <kcmdlineargs.h> +#include <tdeaboutdata.h> +#include <tdecmdlineargs.h> #include <kdebug.h> #include <klocale.h> #include <kuniqueapplication.h> diff --git a/koshell/koshell_shell.cc b/koshell/koshell_shell.cc index 772b8f37..46453c1c 100644 --- a/koshell/koshell_shell.cc +++ b/koshell/koshell_shell.cc @@ -31,7 +31,7 @@ #include "koshell_shell.h" #include "koshellsettings.h" -#include <kapplication.h> +#include <tdeapplication.h> #include <ktempfile.h> #include <tdefiledialog.h> #include <klocale.h> @@ -47,7 +47,7 @@ #include <tdeparts/partmanager.h> #include <tdeaction.h> #include <tdeversion.h> -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include <KoQueryTrader.h> #include <KoDocumentInfo.h> |