From 48513e8e42c72409109f21804964b7c54527f6c0 Mon Sep 17 00:00:00 2001 From: Alessandro Cosentino Date: Sat, 11 Aug 2012 11:39:03 -0400 Subject: changes namespace to OCA\News --- lib/item.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/item.php') diff --git a/lib/item.php b/lib/item.php index 64ae368c3..ffbf71760 100644 --- a/lib/item.php +++ b/lib/item.php @@ -10,6 +10,8 @@ * */ +namespace OCA\News; + class StatusFlag{ const Unread = 0x02; const Important = 0x04; @@ -22,7 +24,7 @@ class StatusFlag{ * * It encapsulate a SimplePie_Item object and adds a status flag to it */ -class OC_News_Item { +class Item { private $url; private $title; -- cgit v1.2.3