From 22d88554731788bd413c1930ee0e13ef1ab30b3a Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 14 Sep 2023 18:42:08 +0900 Subject: Fix FTBFS caused by commit 9ba68726 Signed-off-by: Michele Calgaro --- twin/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twin/main.cpp') diff --git a/twin/main.cpp b/twin/main.cpp index b3b20c665..4231ee517 100644 --- a/twin/main.cpp +++ b/twin/main.cpp @@ -310,7 +310,7 @@ KDE_EXPORT int kdemain( int argc, char * argv[] ) } TDEGlobal::locale()->setMainCatalogue("twin"); - TDELocale::insertCatalogue("twin_lib"); + TDEGlobal::locale()->insertCatalogue( "twin_lib" ); TDEAboutData aboutData( "twin", I18N_NOOP("TWin"), version, description, TDEAboutData::License_GPL, -- cgit v1.2.1