From 27430f06c6cc2187c639f59f342f07f1fde91a8b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:47:46 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- arts/modules/effects/fivebandmonocomplexeq_impl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arts/modules/effects/fivebandmonocomplexeq_impl.cc') diff --git a/arts/modules/effects/fivebandmonocomplexeq_impl.cc b/arts/modules/effects/fivebandmonocomplexeq_impl.cc index 56ca6037..148f1a0d 100644 --- a/arts/modules/effects/fivebandmonocomplexeq_impl.cc +++ b/arts/modules/effects/fivebandmonocomplexeq_impl.cc @@ -102,7 +102,7 @@ class FiveBandMonoComplexEQGuiFactory_impl : virtual public FiveBandMonoComplexE public: Arts::Widget createGui( Arts::Object object ) { - KGlobal::locale()->insertCatalogue( "artsmodules" ); + TDEGlobal::locale()->insertCatalogue( "artsmodules" ); arts_return_val_if_fail( !object.isNull(), Arts::Widget::null() ); FiveBandMonoComplexEQ ch = DynamicCast( object ); -- cgit v1.2.1