X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fcommon%2Fcache.cpp;h=fcbbcb5eeb0ea82d52aa9674520e52a7f133fb4c;hb=d187495fd3566da1ee1eb94cc313c2f561a0fac5;hp=56e37d05c8225790f0cd158bc64977b4cf53c46f;hpb=28a07e35293ce3ee730b72de527e9d145fa47129;p=jenirok diff --git a/src/common/cache.cpp b/src/common/cache.cpp index 56e37d0..fcbbcb5 100644 --- a/src/common/cache.cpp +++ b/src/common/cache.cpp @@ -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();