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 /kword/KWView.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 'kword/KWView.cpp')
-rw-r--r-- | kword/KWView.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kword/KWView.cpp b/kword/KWView.cpp index 4197b903..0b7f6c64 100644 --- a/kword/KWView.cpp +++ b/kword/KWView.cpp @@ -100,7 +100,7 @@ #include <tkcoloractions.h> #include <KoSpeaker.h> -#include <kparts/partmanager.h> +#include <tdeparts/partmanager.h> #include <kaccelgen.h> #include <kcolordialog.h> #include <kdebug.h> @@ -109,7 +109,7 @@ #include <kinputdialog.h> #include <kio/netaccess.h> #include <kmessagebox.h> -#include <kparts/event.h> +#include <tdeparts/event.h> #include <kstandarddirs.h> #include <kstatusbar.h> #include <kstdaccel.h> @@ -131,8 +131,8 @@ #include <stdlib.h> -#include <kspell2/dialog.h> -#include <kspell2/defaultdictionary.h> +#include <tdespell2/dialog.h> +#include <tdespell2/defaultdictionary.h> #include "KoSpell.h" using namespace KSpell2; |