From d318087925a540a204c9d3820d5a09fbda58b8b2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 23:21:55 -0600 Subject: Rename many classes and header files to avoid conflicts with KDE4 --- kmail/kmlineeditspell.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmail/kmlineeditspell.cpp') 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 #include -#include +#include #include #include #include @@ -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; -- cgit v1.2.3