OSDN Git Service

Rename boardmanager.cpp and boardmanager.h
[kita/kita.git] / kita / src / libkita / machibbs.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 MACHIBBS_H
11 #define MACHIBBS_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 MachiBBS : public Bbs {
22         public:
23             virtual QString buildPostStr(const PostData& data);
24
25     };
26 }
27
28 #endif