aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help/help.pro
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2010-11-16 14:15:23 +0100
committerkh1 <qt-info@nokia.com>2010-11-16 16:25:55 +0100
commit0985f9c1c48e07a1f89eda1e53027ce99cfec595 (patch)
treeeee48b2c5458762a2d9d0a5d78036b526268f170 /src/plugins/help/help.pro
parent5f196cf5b8202d95eea4a93d45e4ce5fee7d6ed1 (diff)
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/help.pro')
-rw-r--r--src/plugins/help/help.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/help/help.pro b/src/plugins/help/help.pro
index a52de6ff3b..c5616d2df1 100644
--- a/src/plugins/help/help.pro
+++ b/src/plugins/help/help.pro
@@ -19,7 +19,7 @@ HEADERS += \
helpconstants.h \
helpfindsupport.h \
helpindexfilter.h \
- helpmanager.h \
+ localhelpmanager.h \
helpmode.h \
helpplugin.h \
helpviewer.h \
@@ -40,7 +40,7 @@ SOURCES += \
generalsettingspage.cpp \
helpfindsupport.cpp \
helpindexfilter.cpp \
- helpmanager.cpp \
+ localhelpmanager.cpp \
helpmode.cpp \
helpplugin.cpp \
helpviewer.cpp \