summaryrefslogtreecommitdiffstats
path: root/kweather/weatherbar.h
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2021-08-29 09:59:59 +0000
committerMavridis Philippe <mavridisf@gmail.com>2021-08-29 10:19:05 +0000
commit1d50e6fa93cf2f8ea01115641c20d64fc2224690 (patch)
tree65e5651cef4db8be49ae18f48c867809198cf390 /kweather/weatherbar.h
parent8d99f539b8a8b43877973c8cabb9c44d9da01e36 (diff)
downloadtdetoys-1d50e6fa93cf2f8ea01115641c20d64fc2224690.tar.gz
tdetoys-1d50e6fa93cf2f8ea01115641c20d64fc2224690.zip
KWeather Sidebar: timer fixes
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 47ea2b84cdae64f9569cf961d0b46d50ff9eadb2)
Diffstat (limited to 'kweather/weatherbar.h')
-rw-r--r--kweather/weatherbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kweather/weatherbar.h b/kweather/weatherbar.h
index 8607d59..eca74d6 100644
--- a/kweather/weatherbar.h
+++ b/kweather/weatherbar.h
@@ -53,7 +53,7 @@ public:
virtual void refresh(TQString);
public slots:
- virtual void updateWidgets( bool firstTime = false );
+ virtual void updateWidgets();
protected:
virtual void handleURL(const KURL &url);