summaryrefslogtreecommitdiff
path: root/src/tabbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-04-28 03:15:17 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-04-28 03:15:17 +0200
commit1758686ac4b3c1a2ebf9bc88158f7cf1ccb1e8e9 (patch)
tree392cb389ceafdf97d5b0bf475cf3ff0ec4f867c0 /src/tabbar.h
parentkdialog fixes (diff)
parentTabBar context menu fix ported (diff)
downloadrekonq-1758686ac4b3c1a2ebf9bc88158f7cf1ccb1e8e9.tar.xz
Merge commit 'avaddon/master' into MERGING
Diffstat (limited to 'src/tabbar.h')
-rw-r--r--src/tabbar.h6
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