X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fcommon%2Fcache.h;h=f08b9d984b308537f0f90e4e51411f1664351b50;hb=d187495fd3566da1ee1eb94cc313c2f561a0fac5;hp=dca1369e9a7a9feac43a06e12f2d1c852db2b04a;hpb=72f0ccb17472f83c1cba569879e185eb7cd60e31;p=jenirok diff --git a/src/common/cache.h b/src/common/cache.h index dca1369..f08b9d9 100644 --- a/src/common/cache.h +++ b/src/common/cache.h @@ -19,7 +19,7 @@ #ifndef CACHE_H #define CACHE_H -#include "eniro.h" +#include "source.h" class Cache { @@ -27,8 +27,8 @@ class Cache public: static Cache& instance(); int clear(); - bool findItem(QString const& number, Eniro::Result& result); - bool addItem(Eniro::Result const& result); + bool findItem(QString const& number, Source::Result& result); + bool addItem(Source::Result const& result); private: Cache();