diff options
author | Mavridis Philippe <[email protected]> | 2021-12-24 12:55:58 +0200 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2022-01-14 12:39:21 +0200 |
commit | 56e84d9ab2061588e46dd2448c1fb420d0eafe10 (patch) | |
tree | a620d327a0ada90f93b6e44cd795224d0338e3ee /kweather/kcmweatherservice.h | |
parent | b1d0b204e125214893eb84c05d25772ac3afaa28 (diff) | |
download | tdetoys-56e84d9ab2061588e46dd2448c1fb420d0eafe10.tar.gz tdetoys-56e84d9ab2061588e46dd2448c1fb420d0eafe10.zip |
Move useIconTheme DCOP call into kcmweatherservice.
This is where it belongs, and thus it can be used by both
the applet and sidebar.
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'kweather/kcmweatherservice.h')
-rw-r--r-- | kweather/kcmweatherservice.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kweather/kcmweatherservice.h b/kweather/kcmweatherservice.h index 9e61e86..d6dee62 100644 --- a/kweather/kcmweatherservice.h +++ b/kweather/kcmweatherservice.h @@ -46,6 +46,9 @@ class KCMWeatherService : public TDECModule serviceConfig *mWidget; WeatherService_stub *mWeatherService; int mViewMode; + bool mUseIconTheme; + + void updateIconTheme( bool useIconTheme ); }; #endif
\ No newline at end of file |