aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help/help.pro
diff options
context:
space:
mode:
authorkh1 <[email protected]>2010-04-12 14:55:41 +0200
committerkh1 <[email protected]>2010-04-12 16:13:58 +0200
commita84b3b52913833ed0ff42fa6977891c716ed564a (patch)
tree7b169da19fb5ccb4f44c168e5203f52a2c9280b8 /src/plugins/help/help.pro
parent76fed505ac5b966b3a74ba1324174948d5864eca (diff)
Implement Ctrl+Tab/Ctrl+Shift+Tab support to cycle thru open pages.
Reviewed-by: ck
Diffstat (limited to 'src/plugins/help/help.pro')
-rw-r--r--src/plugins/help/help.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/help/help.pro b/src/plugins/help/help.pro
index c8164485c8c..56e1668f0f1 100644
--- a/src/plugins/help/help.pro
+++ b/src/plugins/help/help.pro
@@ -24,6 +24,7 @@ HEADERS += \
helpviewer_p.h \
openpagesmanager.h \
openpagesmodel.h \
+ openpagesswicher.h \
openpageswidget.h \
searchwidget.h \
xbelsupport.h
@@ -43,6 +44,7 @@ SOURCES += \
helpviewer_qwv.cpp \
openpagesmanager.cpp \
openpagesmodel.cpp \
+ openpagesswicher.cpp \
openpageswidget.cpp \
searchwidget.cpp \
xbelsupport.cpp