summaryrefslogtreecommitdiffstats
path: root/kmail/kmlineeditspell.cpp
diff options
context:
space:
mode:
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;