--- kphoneSI_1.0/srtp/SRTPWrapper.h.orig 2006-06-17 20:00:24.000000000 +0200 +++ kphoneSI_1.0/srtp/SRTPWrapper.h 2006-06-17 20:00:48.000000000 +0200 @@ -14,7 +14,7 @@ #define new k_new #define protected k_protected #ifdef SRTP -#include "/usr/local/include/srtp/srtp.h" +#include #endif #undef protected #undef new --- kphoneSI_1.0/srtp-1.4/SRTPWrapper.h.orig 2006-06-17 20:00:24.000000000 +0200 +++ kphoneSI_1.0/srtp-1.4/SRTPWrapper.h 2006-06-17 20:00:48.000000000 +0200 @@ -14,7 +14,7 @@ #define new k_new #define protected k_protected #ifdef SRTP -#include "/usr/local/include/srtp/srtp.h" +#include #endif #undef protected #undef new --- kphoneSI_1.0/srtp-1.4/SRTPWrapper.h.orig 2006-06-17 20:19:17.000000000 +0200 +++ kphoneSI_1.0/srtp-1.4/SRTPWrapper.h 2006-06-17 20:20:44.000000000 +0200 @@ -108,7 +108,7 @@ /** * Reads the key */ - octet_t* readKey(); + unsigned char* readKey(); /** * Returns the name of the error value from libsrtp. --- kphoneSI_1.0/srtp-1.4/SRTPWrapper.cpp.orig 2006-06-17 20:19:55.000000000 +0200 +++ kphoneSI_1.0/srtp-1.4/SRTPWrapper.cpp 2006-06-17 20:20:27.000000000 +0200 @@ -222,7 +222,7 @@ } -octet_t* SRTPWrapper::readKey(){ +unsigned char* SRTPWrapper::readKey(){ QSettings settings; QString qkey = settings.readEntry(KStatics::dBase + "SRTP/KeyValue", ""); string test = qkey;