diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-10 19:38:30 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-10 19:38:30 +0200 |
commit | ebc27b8734167c9aad4900d9baffd426556d1376 (patch) | |
tree | b748df06d4e9175b6960e7a8a9166299fdaac11d /src/mainview.h | |
parent | no need for shortcuts in pointer menu.. (diff) | |
download | rekonq-ebc27b8734167c9aad4900d9baffd426556d1376.tar.xz |
Fixed tab moving, thanks to Qt 4.5 magic..
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainview.h b/src/mainview.h index 4203e272..9085aa46 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -129,10 +129,9 @@ private slots: void webViewUrlChanged(const QUrl &url); void lineEditReturnPressed(); void windowCloseRequested(); - void slotMoveTab(int fromIndex, int toIndex); -private: +private: KAction *m_recentlyClosedTabsAction; KMenu *m_recentlyClosedTabsMenu; |