summaryrefslogtreecommitdiff
path: root/src/mainview.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/mainview.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/mainview.h')
-rw-r--r--src/mainview.h3
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;