summaryrefslogtreecommitdiffstats
path: root/lib/item.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/item.php')
-rw-r--r--lib/item.php4
1 files changed, 3 insertions, 1 deletions
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;