summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-04-11 19:10:28 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-04-11 19:10:28 +0200
commit3f6b179bb3004ee6d5df4e5039e90b7e5c53a8de (patch)
tree1a5c609ed16a879754241ac3c10caf1e5118b78f /src/mainview.h
parentremoved webkit debug comments (diff)
downloadrekonq-3f6b179bb3004ee6d5df4e5039e90b7e5c53a8de.tar.xz
Fixed lineEdits tabs movements (each site, its url..)
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainview.h b/src/mainview.h
index 9085aa46..617d81db 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -132,6 +132,8 @@ private slots:
private:
+ void moveTab(int fromIndex, int toIndex);
+
KAction *m_recentlyClosedTabsAction;
KMenu *m_recentlyClosedTabsMenu;