summaryrefslogtreecommitdiffstats
path: root/fetcher
diff options
context:
space:
mode:
Diffstat (limited to 'fetcher')
-rw-r--r--fetcher/feedfetcher.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/fetcher/feedfetcher.php b/fetcher/feedfetcher.php
index aa1f94e5b..165c03ddc 100644
--- a/fetcher/feedfetcher.php
+++ b/fetcher/feedfetcher.php
@@ -26,10 +26,10 @@
namespace OCA\News\Fetcher;
use \OCA\AppFramework\Core\API;
-use \OCA\AppFramework\Utility\FaviconFetcher;
-use \OCA\AppFramework\Utility\SimplePieAPIFactory;
-use \OCA\AppFramework\Utility\TimeFactory;
+use \OCA\News\Utility\FaviconFetcher;
+use \OCA\News\Utility\SimplePieAPIFactory;
+use \OCA\News\Utility\TimeFactory;
use \OCA\News\Db\Item;
use \OCA\News\Db\Feed;