adapt to LRC API changes

CodecModel used to be in the Audio namespace, this was
changed last year, but the install guidelines were accidentally
not updated. This commit fix that.

This is related to gerrit change #3889.

Change-Id: I3a2ed126d2993d97400b06d26e6c64f39a359f67
Tuleap: #350
diff --git a/qualitydialog.cpp b/qualitydialog.cpp
index 589e5be..44ea91f 100644
--- a/qualitydialog.cpp
+++ b/qualitydialog.cpp
@@ -22,7 +22,7 @@
 
 #include "callmodel.h"
 #include "account.h"
-#include "audio/codecmodel.h"
+#include "codecmodel.h"
 
 #include <QSortFilterProxyModel>