25 #ifndef LIBRSS_RSS_CATEGORY_H
26 #define LIBRSS_RSS_CATEGORY_H
36 class TDE_EXPORT Category
40 static Category fromXML( const TQDomElement& e);
43 Category( const Category& other);
44 Category( const TQString& category, const TQString& domain);
47 Category& operator=( const Category& other);
48 bool operator==( const Category& other) const;
50 TQString category() const;
52 TQString domain() const;
58 class CategoryPrivate;
|