summaryrefslogtreecommitdiffstats
path: root/kweather/weatherbutton.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:23:41 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:23:41 -0600
commit59ea7131b34cafad6181711d490cceafe0d0e87b (patch)
tree2c47a77c9e4bcb24cc8fed9fdcc3c52e7185a615 /kweather/weatherbutton.cpp
parent545d48dc2acbfb766a1c277b6f82ae54eea3754f (diff)
downloadtdetoys-59ea7131b34cafad6181711d490cceafe0d0e87b.tar.gz
tdetoys-59ea7131b34cafad6181711d490cceafe0d0e87b.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'kweather/weatherbutton.cpp')
-rw-r--r--kweather/weatherbutton.cpp4
1 files changed, 2 insertions, 2 deletions
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();