X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=keysets%2Fnokia.cpp;h=4a3d776f54c9c688eb392a9b634ef6b754d02719;hb=835292c4a9e494d3770af777bd393b1b61c190ac;hp=675022c69aa8c6688111727ee3a2715a1ff7e0ac;hpb=305addf8d83ed71844e938551ee900d06359d42a;p=pierogi diff --git a/keysets/nokia.cpp b/keysets/nokia.cpp index 675022c..4a3d776 100644 --- a/keysets/nokia.cpp +++ b/keysets/nokia.cpp @@ -1,5 +1,5 @@ #include "nokia.h" -#include "necprotocol.h" +#include "protocols/lircprotocol.h" NokiaGenericVCR::NokiaGenericVCR( QObject *guiObject, @@ -9,19 +9,18 @@ NokiaGenericVCR::NokiaGenericVCR( Nokia_Make, index) { - NECProtocol *np = new NECProtocol( + LIRCProtocol *lp = new LIRCProtocol( guiObject, index, 272, 737, 272, 1711, - 42100, false, - LIRC_NEC); + 42100, false); - threadableProtocol = np; + threadableProtocol = lp; - np->setTrailerPulse(272); + lp->setTrailerPulse(272); -// np->setMinimumRepetitions(3); +// lp->setMinimumRepetitions(3); setPreData(0x6, 3);