OSDN Git Service

db63cf4850d29279bdd8f2674d87ada2a731bd67
[kita/kita.git] / kita / src / libkita / k2ch.h
1 /***************************************************************************
2  *   Copyright (C) 2006 by Kita Developers                                 *
3  *   ikemo@users.sourceforge.jp                                            *
4  *                                                                         *
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  ***************************************************************************/
10 #ifndef K2CH_H
11 #define K2CH_H
12
13 #include <QtCore/QString>
14
15 #include "bbs.h"
16
17 namespace Kita {
18     /**
19         @author Hideki Ikemoto <ikemo@users.sourceforge.jp>
20     */
21     class KDE_EXPORT K2ch : public Bbs {
22         public:
23             QString buildPostStr(const PostData& data);
24     };
25 }
26
27 #endif