akregator/src/librss

librss.h
1/*
2 * librss.h
3 *
4 * Copyright (c) 2003 Frerich Raabe <raabe@kde.org>
5 *
6 * This program is distributed in the hope that it will be useful, but WITHOUT
7 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
8 * FOR A PARTICULAR PURPOSE. For licensing and distribution details, check the
9 * accompanying file 'COPYING'.
10 */
11#ifndef LIBRSS_LIBRSS_H
12#define LIBRSS_LIBRSS_H
13
14#include "article.h"
15#include "category.h"
16#include "document.h"
17#include "enclosure.h"
18#include "global.h"
19#include "image.h"
20#include "loader.h"
21#include "textinput.h"
22
23#endif // LIBRSS_LIBRSS_H