From f8092ded4edb113594f52c4a108f0258a657ff83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Mon, 5 Aug 2013 10:40:00 +0200 Subject: [PATCH] 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. --- clients/oxygen/config/oxygenconfig.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/clients/oxygen/config/oxygenconfig.cpp b/clients/oxygen/config/oxygenconfig.cpp index da9e117286..a044ef7c50 100644 --- a/clients/oxygen/config/oxygenconfig.cpp +++ b/clients/oxygen/config/oxygenconfig.cpp @@ -57,9 +57,6 @@ namespace Oxygen QObject( parent ) { - // catalog - KLocalizedString::insertCatalog( QStringLiteral( "kwin_clients" ) ); - // configuration _configuration = KSharedConfig::openConfig( QStringLiteral( "oxygenrc" ) );