diff options
author | kh1 <qt-info@nokia.com> | 2010-11-16 14:15:23 +0100 |
---|---|---|
committer | kh1 <qt-info@nokia.com> | 2010-11-16 16:25:55 +0100 |
commit | 0985f9c1c48e07a1f89eda1e53027ce99cfec595 (patch) | |
tree | eee48b2c5458762a2d9d0a5d78036b526268f170 /src/plugins/help/helpviewer_qwv.cpp | |
parent | 5f196cf5b8202d95eea4a93d45e4ce5fee7d6ed1 (diff) | |
download | qt-creator-0985f9c1c48e07a1f89eda1e53027ce99cfec595.tar.gz |
Fix ambiguity with help manager by renaming the file to match class.
Task-number: QTCREATORBUG-3090
Reviewed-by: ck
Diffstat (limited to 'src/plugins/help/helpviewer_qwv.cpp')
-rw-r--r-- | src/plugins/help/helpviewer_qwv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/help/helpviewer_qwv.cpp b/src/plugins/help/helpviewer_qwv.cpp index 993afb09a1..402160cf67 100644 --- a/src/plugins/help/helpviewer_qwv.cpp +++ b/src/plugins/help/helpviewer_qwv.cpp @@ -33,7 +33,7 @@ #include "centralwidget.h" #include "helpconstants.h" -#include "helpmanager.h" +#include "localhelpmanager.h" #include "openpagesmanager.h" #include <QtCore/QFileInfo> |