diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 19:49:01 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 19:49:01 -0600 |
commit | be8e6cb1e80a04639544c0730365f9c35c7c51ad (patch) | |
tree | 42bae372817d9097f1d3b7f687a59645e8cc07eb | |
parent | 73299e0f9f30e4e65ec3c0295fd0f4f238cfd09d (diff) | |
download | tdepim-be8e6cb1e80a04639544c0730365f9c35c7c51ad.tar.gz tdepim-be8e6cb1e80a04639544c0730365f9c35c7c51ad.zip |
Rename kcompletionbox
-rw-r--r-- | kmail/kmcomposewin.cpp | 2 | ||||
-rw-r--r-- | kmail/kmlineeditspell.cpp | 2 | ||||
-rw-r--r-- | kmail/recipientseditor.cpp | 2 | ||||
-rw-r--r-- | knode/kncomposer.cpp | 2 | ||||
-rw-r--r-- | libtdepim/addresseelineedit.cpp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/kmail/kmcomposewin.cpp b/kmail/kmcomposewin.cpp index 3b35854f1..84a744939 100644 --- a/kmail/kmcomposewin.cpp +++ b/kmail/kmcomposewin.cpp @@ -77,7 +77,7 @@ using TDERecentAddress::RecentAddresses; #include "chiasmuskeyselector.h" #include <kcharsets.h> -#include <kcompletionbox.h> +#include <tdecompletionbox.h> #include <kcursor.h> #include <kcombobox.h> #include <tdestdaccel.h> diff --git a/kmail/kmlineeditspell.cpp b/kmail/kmlineeditspell.cpp index c8bb28947..cc6de4653 100644 --- a/kmail/kmlineeditspell.cpp +++ b/kmail/kmlineeditspell.cpp @@ -20,7 +20,7 @@ #include <kurl.h> #include <kurldrag.h> #include <kmessagebox.h> -#include <kcompletionbox.h> +#include <tdecompletionbox.h> #include <klocale.h> #include <tqevent.h> diff --git a/kmail/recipientseditor.cpp b/kmail/recipientseditor.cpp index a52a6db5d..01529b81e 100644 --- a/kmail/recipientseditor.cpp +++ b/kmail/recipientseditor.cpp @@ -32,7 +32,7 @@ #include <libemailfunctions/email.h> #include <kapplication.h> -#include <kcompletionbox.h> +#include <tdecompletionbox.h> #include <kdebug.h> #include <kinputdialog.h> #include <klocale.h> diff --git a/knode/kncomposer.cpp b/knode/kncomposer.cpp index d6617fd9c..8c05e1a82 100644 --- a/knode/kncomposer.cpp +++ b/knode/kncomposer.cpp @@ -44,7 +44,7 @@ using TDERecentAddress::RecentAddresses; #include <ksyntaxhighlighter.h> #include <tqcursor.h> #include <kurldrag.h> -#include <kcompletionbox.h> +#include <tdecompletionbox.h> #include <kapplication.h> #include "kngroupselectdialog.h" diff --git a/libtdepim/addresseelineedit.cpp b/libtdepim/addresseelineedit.cpp index 0ff6eed8b..bfb736b56 100644 --- a/libtdepim/addresseelineedit.cpp +++ b/libtdepim/addresseelineedit.cpp @@ -41,7 +41,7 @@ #include <kabc/resource.h> #include <libemailfunctions/email.h> -#include <kcompletionbox.h> +#include <tdecompletionbox.h> #include <kcursor.h> #include <kdebug.h> #include <kstandarddirs.h> |