SVN commit 852921 by uwolfer: fix component name, and this loading of the XMLGUI rc file M +1 -1 webkitpart.cpp --- trunk/playground/libs/webkitkde/webkitpart.cpp #852920:852921 @@ -58,7 +58,7 @@ lay->addWidget(m_webView); lay->addWidget(m_webView->searchBar()); - KAboutData* about = new KAboutData("webkitkde", 0, ki18n("Webkit HTML Component"), + KAboutData* about = new KAboutData("webkitpart", 0, ki18n("WebKit HTML Component"), /*version*/ "0.1", ki18n(/*shortDescription*/ ""), KAboutData::License_LGPL, ki18n("(c) 2008, Urs Wolfer\n"