CVS commit by karchebny: * Docu speling fixxes. M +5 -4 feed.h 1.21 --- kdenonbeta/akregator/src/feed.h #1.20:1.21 @@ -59,9 +59,10 @@ namespace Akregator // -- ATTRIBUTES //inherited title(); ///< Feed title - QString xmlUrl; ///< URL of RSS feed itself - QString htmlUrl; ///< URL of HTML page for this feed + QString xmlUrl; ///< URL of RSS feed itself. + QString htmlUrl; ///< URL of HTML page for this feed. QString description; ///< Verbose feed description. bool updateTitle; ///< Whether to update feed title based on fetched rss. - ArticleSequence articles; ///< List of all feed articles + int updateInterval;///< Update after updateInterval minutes have passed. + ArticleSequence articles; ///< List of all feed articles. QPixmap image;