OSDN Git Service

Merge KITA-KDE4
[kita/kita.git] / kita / src / bbstabwidget.h
index 5885296..05cd918 100644 (file)
@@ -7,7 +7,6 @@
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 ***************************************************************************/
-
 #ifndef KITABBSTABWIDGET_H
 #define KITABBSTABWIDGET_H
 
 
 class QFont;
 
-/*------------------------------------------------*/
-
-
-class KitaBBSTabWidget : public KitaTabWidgetBase
+namespace Kita
 {
-    Q_OBJECT
-
-public:
-    KitaBBSTabWidget( QWidget* parent, const char* name = 0, WFlags fl = 0 );
-    ~KitaBBSTabWidget();
-
-public slots:
-    void showBoardList();
-    void updateBoardList();
-    void setFont( const QFont& font );
-    void loadOpened();
 
-protected:
-    virtual void deleteWidget( QWidget* w );
-};
+    class BBSTabWidget : public TabWidgetBase
+    {
+        Q_OBJECT
+
+    public:
+        explicit BBSTabWidget(QWidget* parent);
+        ~BBSTabWidget();
+
+    public slots:
+        void showBoardList();
+        void updateBoardList();
+        void setFont(const QFont& font);
+        void loadOpened();
+    };
+}
 
 #endif