OSDN Git Service

Move the directories
[kita/kita.git] / src / libkita / k2ch.h
diff --git a/src/libkita/k2ch.h b/src/libkita/k2ch.h
new file mode 100644 (file)
index 0000000..db63cf4
--- /dev/null
@@ -0,0 +1,27 @@
+/***************************************************************************
+ *   Copyright (C) 2006 by Kita Developers                                 *
+ *   ikemo@users.sourceforge.jp                                            *
+ *                                                                         *
+ *   This program is free software; you can redistribute it and/or modify  *
+ *   it under the terms of the GNU General Public License as published by  *
+ *   the Free Software Foundation; either version 2 of the License, or     *
+ *   (at your option) any later version.                                   *
+ ***************************************************************************/
+#ifndef K2CH_H
+#define K2CH_H
+
+#include <QtCore/QString>
+
+#include "bbs.h"
+
+namespace Kita {
+    /**
+        @author Hideki Ikemoto <ikemo@users.sourceforge.jp>
+    */
+    class KDE_EXPORT K2ch : public Bbs {
+        public:
+            QString buildPostStr(const PostData& data);
+    };
+}
+
+#endif