diff -r bab96b7ed1a4 -r f39ed5e045e0 phoneengine/phoneservices/phoneservices.pri --- a/phoneengine/phoneservices/phoneservices.pri Tue Jun 15 14:14:38 2010 +0100 +++ b/phoneengine/phoneservices/phoneservices.pri Thu Jul 22 16:33:21 2010 +0100 @@ -18,19 +18,23 @@ ./src/phoneservices.cpp \ ./src/dialservice.cpp \ ./src/dtmfservice.cpp \ - ./src/keysequencerecognitionservice.cpp \ ./src/dialservicedepricated.cpp \ ./src/dtmfservicedepricated.cpp \ - ./src/keysequencerecognitionservicedepricated.cpp + ./src/urischemehandlerservice.cpp \ + ./src/urischemeparser.cpp \ + ./src/telurischemeparser.cpp \ + ./src/ctiurischemeparser.cpp HEADERS=\ ./inc/phoneservices.h \ ./inc/dialservice.h \ ./inc/dtmfservice.h \ - ./inc/keysequencerecognitionservice.h \ ./inc/dialservicedepricated.h \ ./inc/dtmfservicedepricated.h \ - ./inc/keysequencerecognitionservicedepricated.h + ./inc/urischemehandlerservice.h \ + ./inc/urischemeparser.h \ + ./inc/telurischemeparser.h \ + ./inc/ctiurischemeparser.h PHONESERVICES_API_HEADERS=\ ./inc/phoneservices.h