diff options
author | kh1 <[email protected]> | 2010-04-12 16:43:23 +0200 |
---|---|---|
committer | kh1 <[email protected]> | 2010-04-12 16:43:23 +0200 |
commit | 66e5da215abafb2634d89d0fb94ad2cf23d1c320 (patch) | |
tree | 006b85713016462112f63dda5aa2c13a45c2a38a /src/plugins/help/help.pro | |
parent | a84b3b52913833ed0ff42fa6977891c716ed564a (diff) |
Fix typo.
Diffstat (limited to 'src/plugins/help/help.pro')
-rw-r--r-- | src/plugins/help/help.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/help/help.pro b/src/plugins/help/help.pro index 56e1668f0f1..706675e9fb4 100644 --- a/src/plugins/help/help.pro +++ b/src/plugins/help/help.pro @@ -24,7 +24,7 @@ HEADERS += \ helpviewer_p.h \ openpagesmanager.h \ openpagesmodel.h \ - openpagesswicher.h \ + openpagesswitcher.h \ openpageswidget.h \ searchwidget.h \ xbelsupport.h @@ -44,7 +44,7 @@ SOURCES += \ helpviewer_qwv.cpp \ openpagesmanager.cpp \ openpagesmodel.cpp \ - openpagesswicher.cpp \ + openpagesswitcher.cpp \ openpageswidget.cpp \ searchwidget.cpp \ xbelsupport.cpp |