Architecture changed to allow easier addition of new phone books. Norwegian phonebook...
[jenirok] / src / common / cache.cpp
index 56e37d0..fcbbcb5 100644 (file)
@@ -54,7 +54,7 @@ int Cache::clear()
 
     return ret;
 }
-bool Cache::findItem(QString const& number, Eniro::Result& result)
+bool Cache::findItem(QString const& number, Source::Result& result)
 {
     bool connected = DB::connected();
 
@@ -87,7 +87,7 @@ bool Cache::findItem(QString const& number, Eniro::Result& result)
     return ret;
 }
 
-bool Cache::addItem(Eniro::Result const& result)
+bool Cache::addItem(Source::Result const& result)
 {
     bool connected = DB::connected();