diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-28 03:15:17 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-28 03:15:17 +0200 |
commit | 1758686ac4b3c1a2ebf9bc88158f7cf1ccb1e8e9 (patch) | |
tree | 392cb389ceafdf97d5b0bf475cf3ff0ec4f867c0 /src/tabbar.h | |
parent | kdialog fixes (diff) | |
parent | TabBar context menu fix ported (diff) | |
download | rekonq-1758686ac4b3c1a2ebf9bc88158f7cf1ccb1e8e9.tar.xz |
Merge commit 'avaddon/master' into MERGING
Diffstat (limited to 'src/tabbar.h')
-rw-r--r-- | src/tabbar.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/tabbar.h b/src/tabbar.h index 2281f997..8563793f 100644 --- a/src/tabbar.h +++ b/src/tabbar.h @@ -45,7 +45,6 @@ public: ~TabBar(); signals: - void newTab(); void cloneTab(int index); void closeTab(int index); void closeOtherTabs(int index); @@ -53,8 +52,6 @@ signals: void reloadAllTabs(); protected: - void mousePressEvent(QMouseEvent* event); - /** * Added to fix tab dimension */ @@ -68,12 +65,9 @@ private slots: void contextMenuRequested(const QPoint &position); private: - friend class MainView; QWidget *m_parent; - QPoint m_dragStartPos; - int m_dragCurrentIndex; /** * the index in which we are seeing a Context menu |