diff options
author | kh1 <[email protected]> | 2010-11-16 14:15:23 +0100 |
---|---|---|
committer | kh1 <[email protected]> | 2010-11-16 16:25:55 +0100 |
commit | 0985f9c1c48e07a1f89eda1e53027ce99cfec595 (patch) | |
tree | eee48b2c5458762a2d9d0a5d78036b526268f170 /src/shared/help/indexwindow.cpp | |
parent | 5f196cf5b8202d95eea4a93d45e4ce5fee7d6ed1 (diff) |
Fix ambiguity with help manager by renaming the file to match class.
Task-number: QTCREATORBUG-3090
Reviewed-by: ck
Diffstat (limited to 'src/shared/help/indexwindow.cpp')
-rw-r--r-- | src/shared/help/indexwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/help/indexwindow.cpp b/src/shared/help/indexwindow.cpp index 03795f65ecd..30390e1b3a5 100644 --- a/src/shared/help/indexwindow.cpp +++ b/src/shared/help/indexwindow.cpp @@ -29,9 +29,9 @@ #include "centralwidget.h" -#include "helpmanager.h" #include "helpviewer.h" #include "indexwindow.h" +#include "localhelpmanager.h" #include "openpagesmanager.h" #include "topicchooser.h" |