From 59ea7131b34cafad6181711d490cceafe0d0e87b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:23:41 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- kweather/weatherbutton.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kweather/weatherbutton.cpp') diff --git a/kweather/weatherbutton.cpp b/kweather/weatherbutton.cpp index ee88962..33e4563 100644 --- a/kweather/weatherbutton.cpp +++ b/kweather/weatherbutton.cpp @@ -42,7 +42,7 @@ WeatherButton::WeatherButton( TQWidget *parent, const char *name ) kapp->addKipcEventMask( KIPC::SettingsChanged ); kapp->addKipcEventMask( KIPC::IconChanged ); - slotSettingsChanged( KApplication::SETTINGS_MOUSE ); + slotSettingsChanged( TDEApplication::SETTINGS_MOUSE ); } void WeatherButton::drawButton( TQPainter *p ) @@ -108,7 +108,7 @@ void WeatherButton::generateIcons() void WeatherButton::slotSettingsChanged( int category ) { - if ( category != KApplication::SETTINGS_MOUSE ) return; + if ( category != TDEApplication::SETTINGS_MOUSE ) return; bool changeCursor = KGlobalSettings::changeCursorOverIcon(); -- cgit v1.2.1