french -> French
[kdepim.git] / knode / csshelper.h
blob8524e7e4349864c3b1919a75c853cf54851fea0a
1 /*
2 KNode, the KDE newsreader
3 Copyright (c) 2005 Volker Krause <vkrause@kde.org>
5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 2 of the License, or
8 (at your option) any later version.
9 You should have received a copy of the GNU General Public License
10 along with this program; if not, write to the Free Software Foundation,
11 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, US
14 #ifndef KNODE_CSSHELPER_H
15 #define KNODE_CSSHELPER_H
17 #include <messageviewer/viewer/csshelperbase.h>
19 namespace KNode {
21 /** Helper class to generate a CSS style sheet for article widget.
22 * @see KNode::ArticleWidget
24 class CSSHelper : public MessageViewer::CSSHelperBase
26 public:
27 explicit CSSHelper( const QPaintDevice *pd );
33 #endif