From 2178da111f72dc574457d5242d120b4d10ea5edd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:50:05 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kweather/kweather.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kweather/kweather.cpp') diff --git a/kweather/kweather.cpp b/kweather/kweather.cpp index 69fc844..40e5743 100644 --- a/kweather/kweather.cpp +++ b/kweather/kweather.cpp @@ -42,7 +42,7 @@ extern "C" { KDE_EXPORT KPanelApplet* init(TQWidget *parent, const TQString& configFile) { - KGlobal::locale()->insertCatalogue("kweather"); + TDEGlobal::locale()->insertCatalogue("kweather"); kweather *theApplet = new kweather(configFile, KPanelApplet::Normal, 0, parent, "kweather"); return theApplet; @@ -144,7 +144,7 @@ void kweather::about(){ I18N_NOOP( "Improvements and more code cleanups" ), "jratke@comcast.net" ); KAboutApplication about(&aboutData, this, 0); - about.setProgramLogo( KGlobal::instance()->iconLoader()->iconPath( "kweather", -KIcon::SizeLarge ) ); + about.setProgramLogo( TDEGlobal::instance()->iconLoader()->iconPath( "kweather", -KIcon::SizeLarge ) ); about.exec(); } -- cgit v1.2.1