summaryrefslogtreecommitdiffabout
path: root/libkdepim/addresseeview.cpp
Unidiff
Diffstat (limited to 'libkdepim/addresseeview.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--libkdepim/addresseeview.cpp31
1 files changed, 16 insertions, 15 deletions
diff --git a/libkdepim/addresseeview.cpp b/libkdepim/addresseeview.cpp
index 547441c..83aba48 100644
--- a/libkdepim/addresseeview.cpp
+++ b/libkdepim/addresseeview.cpp
@@ -39,4 +39,4 @@
39#ifndef DESKTOP_VERSION 39#ifndef DESKTOP_VERSION
40#include <qtopia/qcopenvelope_qws.h> 40#include <qtopia/qcopenvelope_qws.h>
41#include <qpe/qpeapplication.h> 41#include <qpe/qpeapplication.h>
42#endif 42#endif
@@ -61,3 +61,3 @@ AddresseeView::AddresseeView( QWidget *parent, const char *name )
61//US link->setColor( KGlobalSettings::linkColor() ); 61//US link->setColor( KGlobalSettings::linkColor() );
62 62
63} 63}
@@ -90,3 +90,3 @@ void AddresseeView::setAddressee( const KABC::Addressee& addr )
90 if ( kphoneInstalled > 0 ) 90 if ( kphoneInstalled > 0 )
91 kphoneAvail = true; 91 kphoneAvail = true;
92#if 0 92#if 0
@@ -97,3 +97,3 @@ void AddresseeView::setAddressee( const KABC::Addressee& addr )
97#endif 97#endif
98 98
99#endif 99#endif
@@ -146,3 +146,3 @@ void AddresseeView::setAddressee( const KABC::Addressee& addr )
146 146
147 147
148 for ( ; emailIt != emails.end(); ++emailIt ) { 148 for ( ; emailIt != emails.end(); ++emailIt ) {
@@ -183,3 +183,3 @@ void AddresseeView::setAddressee( const KABC::Addressee& addr )
183 } else { 183 } else {
184 184
185 dynamicPart += QString( 185 dynamicPart += QString(
@@ -190,3 +190,3 @@ void AddresseeView::setAddressee( const KABC::Addressee& addr )
190 .arg( (*addrIt).label() /*replace( QRegExp("\n"), "<br>" )*/ ); 190 .arg( (*addrIt).label() /*replace( QRegExp("\n"), "<br>" )*/ );
191 191
192 } 192 }
@@ -210,5 +210,5 @@ void AddresseeView::setAddressee( const KABC::Addressee& addr )
210 aRole = "<tr>" 210 aRole = "<tr>"
211 "<td align=\"left\">" + mAddressee.role() + "</td>" 211 "<td align=\"left\">" + mAddressee.role() + "</td>"
212 "</tr>"; 212 "</tr>";
213 } 213 }
214 if ( true /*!mAddressee.organization().isEmpty()*/ ) { 214 if ( true /*!mAddressee.organization().isEmpty()*/ ) {
@@ -270,3 +270,3 @@ void AddresseeView::setAddressee( const KABC::Addressee& addr )
270mText = "<table width=\"100%\">\n"; 270mText = "<table width=\"100%\">\n";
271 //mText += "<tr bgcolor=\"#3679AD\"><td><h2>"; 271 //mText += "<tr bgcolor=\"#3679AD\"><td><h2>";
272#ifdef DESKTOP_VERSION 272#ifdef DESKTOP_VERSION
@@ -276,3 +276,3 @@ mText = "<table width=\"100%\">\n";
276#endif 276#endif
277 277
278#ifdef DESKTOP_VERSION 278#ifdef DESKTOP_VERSION
@@ -289,3 +289,3 @@ mText = "<table width=\"100%\">\n";
289 .arg( i18n(" ") ) 289 .arg( i18n(" ") )
290 .arg( name ); 290 .arg( name );
291 */ 291 */
@@ -304,3 +304,3 @@ mText = "<table width=\"100%\">\n";
304 mText += "</table>"; 304 mText += "</table>";
305 305
306 } 306 }
@@ -309,2 +309,3 @@ mText = "<table width=\"100%\">\n";
309 setText( mText ); 309 setText( mText );
310
310} 311}
@@ -323,3 +324,3 @@ void AddresseeView::addTag(const QString & tag,const QString & text)
323 QString tmpStr=str; 324 QString tmpStr=str;
324 if(number !=-1) 325 if(number !=-1)
325 { 326 {