diff options
author | Timothy Pearson <[email protected]> | 2013-01-20 00:23:41 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-20 00:23:41 -0600 |
commit | 59ea7131b34cafad6181711d490cceafe0d0e87b (patch) | |
tree | 2c47a77c9e4bcb24cc8fed9fdcc3c52e7185a615 /kweather/weatherbutton.cpp | |
parent | 545d48dc2acbfb766a1c277b6f82ae54eea3754f (diff) | |
download | tdetoys-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.cpp | 4 |
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(); |