Move HelpManager it's own source files.

Reviewed-by: ck
This commit is contained in:
kh1
2010-02-02 14:25:22 +01:00
parent c859a721f0
commit e94ff514ed
8 changed files with 160 additions and 90 deletions

View File

@@ -19,7 +19,8 @@ HEADERS += helpplugin.h \
help_global.h \
helpindexfilter.h \
generalsettingspage.h \
xbelsupport.h
xbelsupport.h \
helpmanager.h
SOURCES += helpplugin.cpp \
docsettingspage.cpp \
@@ -30,7 +31,8 @@ SOURCES += helpplugin.cpp \
helpfindsupport.cpp \
helpindexfilter.cpp \
generalsettingspage.cpp \
xbelsupport.cpp
xbelsupport.cpp \
helpmanager.cpp
FORMS += docsettingspage.ui \
filtersettingspage.ui \