diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:10:41 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:10:41 -0600 |
commit | 7422cac1a18dca897d3830a267eb91683d05a95b (patch) | |
tree | 2ba309f49b47a5fbb0b226801b224c2532b7ab1a /kpresenter/KPrView.cpp | |
parent | 3fe437def8063926892bddf2dcc733861308836d (diff) | |
download | koffice-7422cac1a18dca897d3830a267eb91683d05a95b.tar.gz koffice-7422cac1a18dca897d3830a267eb91683d05a95b.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kpresenter/KPrView.cpp')
-rw-r--r-- | kpresenter/KPrView.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kpresenter/KPrView.cpp b/kpresenter/KPrView.cpp index 907aaf43..a59b7a1a 100644 --- a/kpresenter/KPrView.cpp +++ b/kpresenter/KPrView.cpp @@ -82,7 +82,7 @@ #include <kfontdialog.h> #include <kglobal.h> #include <kimageio.h> -#include <kparts/event.h> +#include <tdeparts/event.h> #include <kdebug.h> #include <ktempfile.h> #include <kcolorbutton.h> @@ -126,7 +126,7 @@ #include <KoGuideLineDia.h> #include <KoCompletionDia.h> -#include <kspell.h> +#include <tdespell.h> #include <kstatusbar.h> #include "KPrTextDocument.h" @@ -153,9 +153,9 @@ #include <KoStore.h> #include <KoStoreDrag.h> -#include <kspell2/broker.h> -#include <kspell2/defaultdictionary.h> -#include <kspell2/dialog.h> +#include <tdespell2/broker.h> +#include <tdespell2/defaultdictionary.h> +#include <tdespell2/dialog.h> #include "KoSpell.h" #include "KPrPrinterDlg.h" using namespace KSpell2; |