[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdepim/libkmime
From:       Volker Krause <vkrause () kde ! org>
Date:       2006-10-31 14:30:46
Message-ID: 1162305046.451815.7619.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 600704 by vkrause:

compile


 M  +2 -2      kmime_headers.cpp  
 M  +2 -2      kmime_headers_obs.h  


--- branches/KDE/3.5/kdepim/libkmime/kmime_headers.cpp #600703:600704
@@ -922,7 +922,7 @@
       l->append( it->email() );
 }
 
-void To::names(QStrList *l)
+void To::names(QStringList *l)
 {
     l->clear();
 
@@ -931,7 +931,7 @@
             l->append( it->name() );
 }
 
-void To::displayNames(QStrList *l)
+void To::displayNames(QStringList *l)
 {
     l->clear();
 
--- branches/KDE/3.5/kdepim/libkmime/kmime_headers_obs.h #600703:600704
@@ -166,8 +166,8 @@
 
     void addAddress(const AddressField &a);
     void emails(QStrList *l);
-    void names(QStrList *l);
-    void displayNames(QStrList *l);
+    void names(QStringList *l);
+    void displayNames(QStringList *l);
 
   protected:
     ObsAddressList *a_ddrList;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic