Remove KLocalizedString::insertCatalog from Oxygen

It got removed in frameworks recently and it seems like their is no
replacement. Therefore all of them are currently removed. Also there are
no porting guides yet for i18n.
This commit is contained in:
Martin Gräßlin 2013-08-05 10:40:00 +02:00
parent 330003cdee
commit f8092ded4e

View file

@ -57,9 +57,6 @@ namespace Oxygen
QObject( parent )
{
// catalog
KLocalizedString::insertCatalog( QStringLiteral( "kwin_clients" ) );
// configuration
_configuration = KSharedConfig::openConfig( QStringLiteral( "oxygenrc" ) );