Help: Move Help icons from Core to Help

These three images are only used in the Help plugin,
therefore they fit better into the Help resources.

Change-Id: I597494cc804e751d4f653bd7eb837a5f2f2e3b4b
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Alessandro Portale
2014-06-02 12:56:02 +02:00
parent ecbf4c7786
commit 3d42c2b739
8 changed files with 5 additions and 5 deletions

View File

@@ -59,7 +59,7 @@ static const QLatin1String FontKey("font");
const int P_MODE_HELP = 70;
const char ID_MODE_HELP [] = "Help";
const char HELP_CATEGORY[] = "H.Help";
const char HELP_CATEGORY_ICON[] = ":/core/images/category_help.png";
const char HELP_CATEGORY_ICON[] = ":/help/images/category_help.png";
const char HELP_TR_CATEGORY[] = QT_TRANSLATE_NOOP("Help", "Help");
const char C_MODE_HELP [] = "Help Mode";