summaryrefslogtreecommitdiff
path: root/src/tabbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-04-10 19:38:30 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-04-10 19:38:30 +0200
commitebc27b8734167c9aad4900d9baffd426556d1376 (patch)
treeb748df06d4e9175b6960e7a8a9166299fdaac11d /src/tabbar.h
parentno need for shortcuts in pointer menu.. (diff)
downloadrekonq-ebc27b8734167c9aad4900d9baffd426556d1376.tar.xz
Fixed tab moving, thanks to Qt 4.5 magic..
Diffstat (limited to 'src/tabbar.h')
-rw-r--r--src/tabbar.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tabbar.h b/src/tabbar.h
index 5ee04305..2703dfe6 100644
--- a/src/tabbar.h
+++ b/src/tabbar.h
@@ -50,13 +50,9 @@ signals:
void closeOtherTabs(int index);
void reloadTab(int index);
void reloadAllTabs();
- void tabMoveRequested(int fromIndex, int toIndex);
protected:
void mousePressEvent(QMouseEvent* event);
- void mouseMoveEvent(QMouseEvent* event);
- void dragEnterEvent(QDragEnterEvent *event);
- void dropEvent(QDropEvent *event);
/**
* Added to fix tab dimension