summaryrefslogtreecommitdiffstats
path: root/kmail/kmlineeditspell.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:21:55 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:21:55 -0600
commitd318087925a540a204c9d3820d5a09fbda58b8b2 (patch)
treeb8dde6aa5d6559b81c6667d8364a4364c27bcba4 /kmail/kmlineeditspell.cpp
parent6cc5f72b33f1d281de3e1bf809b1b5e77d5c96cf (diff)
downloadtdepim-d318087925a540a204c9d3820d5a09fbda58b8b2.tar.gz
tdepim-d318087925a540a204c9d3820d5a09fbda58b8b2.zip
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'kmail/kmlineeditspell.cpp')
-rw-r--r--kmail/kmlineeditspell.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/kmlineeditspell.cpp b/kmail/kmlineeditspell.cpp
index 9d07a9c6..c8bb2894 100644
--- a/kmail/kmlineeditspell.cpp
+++ b/kmail/kmlineeditspell.cpp
@@ -16,7 +16,7 @@
#include <kabc/vcardconverter.h>
#include <tdeio/netaccess.h>
-#include <kpopupmenu.h>
+#include <tdepopupmenu.h>
#include <kurl.h>
#include <kurldrag.h>
#include <kmessagebox.h>
@@ -69,7 +69,7 @@ void KMLineEdit::insertEmails( const TQStringList & emails )
TQString contents = text();
if ( !contents.isEmpty() )
contents += ',';
- // only one address, don't need kpopup to choose
+ // only one address, don't need tdepopup to choose
if ( emails.size() == 1 ) {
setText( contents + emails.front() );
return;