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

List:       kde-commits
Subject:    playground/pim/kcall
From:       Tobias Hunger <tobias.hunger () basyskom ! de>
Date:       2007-03-21 10:32:00
Message-ID: 1174473120.198948.19285.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 644941 by hunger:

Fix some fallout of the krazy patch.


 M  +1 -1      applet/audio/callaudio.cpp  
 M  +1 -1      applet/dissipate2/sipclient.cpp  
 M  +1 -1      applet/dissipate2/sipclient.h  
 M  +1 -1      kcall/src/kcallguicore.cpp  


--- trunk/playground/pim/kcall/applet/audio/callaudio.cpp #644940:644941
@@ -8,7 +8,7 @@
 */
 
 #include <stdio.h>
-#include <sys    ypes.h>
+#include <sys/types.h>
 #include <unistd.h>
 #include <signal.h>
 
--- trunk/playground/pim/kcall/applet/dissipate2/sipclient.cpp #644940:644941
@@ -1430,7 +1430,7 @@
     }
 }
 
-void SipClient::updateIdentity( SipUser *u, const QString & newproxy )
+void SipClient::updateIdentity( SipUser *u, QString newproxy )
 {
     user = u;
     setupContactUri( user );
--- trunk/playground/pim/kcall/applet/dissipate2/sipclient.h #644940:644941
@@ -175,7 +175,7 @@
      */
     SipUser *getUser( SipUri uri );
 
-    void updateIdentity( SipUser *user, const QString & newproxy);
+    void updateIdentity( SipUser *user, QString newproxy);
     enum Socket { UDP, TCP };
     bool isTcpSocket( void ) const { return SocketMode == TCP; }
     void setSocketMode( Socket socket ) { SocketMode = socket; }
--- trunk/playground/pim/kcall/kcall/src/kcallguicore.cpp #644940:644941
@@ -133,7 +133,7 @@
     dcopClient->send("kcallapplet", "KCallCore", "holdCall(QString)", callid);
 }
 
-void KCallGuiCore::rejectCall(const QString callid &)
+void KCallGuiCore::rejectCall(const QString & callid)
 {
     kdDebug() << "KCallGuiCore::rejectCall()" << endl;
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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