OSDN Git Service

remove 'show title image'
[kita/kita.git] / kita / src / board / boardtabwidget.h
index 6e191d3..b794533 100644 (file)
@@ -28,7 +28,7 @@ public:
     ~KitaBoardTabWidget();
 
 public slots:
-    void loadBoard( const KURL&, bool withNewTab = false );
+    void loadBoard( const KURL& );
 
 private:
     KitaBoardView* createView( QString label );
@@ -47,14 +47,12 @@ private:
 public slots:
     void slotReloadButton();
     void slotFocusSearchCombo();
-    void slotNewThread();
     void slotShowOldLogs( int idx = -1 );
-    void slotShowTitleImg( int idx = -1 );
 };
 
 /*--------------------------------------------------*/
 
-class SubjectTabBar : public KitaTabBarBase
+class SubjectTabBar : public KTabBar
 {
     Q_OBJECT
 
@@ -62,8 +60,8 @@ public:
     SubjectTabBar( QWidget* parent = 0, const char* name = 0 );
     ~SubjectTabBar();
 
-private:
-    virtual void showPopupMenu( int idx, QPoint global );
+public slots:
+    virtual void showPopupMenu( int idx, const QPoint& global );
 
 };
 
@@ -85,11 +83,6 @@ public:
                      const QString& strTabPageLabel = QString::fromLatin1( " " ),
                      WFlags f = 0 );
     ~KitaBoardDock();
-
-    KitaBoardTabWidget* setup();
-
-public slots:
-    void slotLoadBoard( const KURL& boardURL, bool withNewTab );
 };