diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:50 -0600 |
commit | b363d2579af0a11b77e698aed2e1021c2233b644 (patch) | |
tree | f4a47b87354b7a6a3b266c8121bd8ddaeb7accaa /knode/kncomposer.cpp | |
parent | 61bddfe3a7226b18c68a76124b727c736f431688 (diff) | |
download | tdepim-b363d2579af0a11b77e698aed2e1021c2233b644.tar.gz tdepim-b363d2579af0a11b77e698aed2e1021c2233b644.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'knode/kncomposer.cpp')
-rw-r--r-- | knode/kncomposer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/knode/kncomposer.cpp b/knode/kncomposer.cpp index 38a18a342..fa92c045e 100644 --- a/knode/kncomposer.cpp +++ b/knode/kncomposer.cpp @@ -16,7 +16,7 @@ #include <tqtextcodec.h> #include <tqclipboard.h> #include <tqapplication.h> -#include <kspelldlg.h> +#include <tdespelldlg.h> #include <tdeversion.h> #include "addressesdialog.h" using KPIM::AddressesDialog; @@ -35,7 +35,7 @@ using KRecentAddress::RecentAddresses; #include <kdebug.h> #include <klineedit.h> #include <kcombobox.h> -#include <kspell.h> +#include <tdespell.h> #include <ktempfile.h> #include <kpgp.h> #include <kpgpblock.h> |