diff options
Diffstat (limited to 'kweather/metar_parser.h')
-rw-r--r-- | kweather/metar_parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kweather/metar_parser.h b/kweather/metar_parser.h index 772fe11..a5ab028 100644 --- a/kweather/metar_parser.h +++ b/kweather/metar_parser.h @@ -92,7 +92,7 @@ class MetarParser void calcCurrentIcon(); void calcWindChill(); bool isNight(const TQString &stationID) const; - TQString iconName( const TQString &icon ) const; + TQString iconName( int condition, bool night, int strength = 0 ) const; /* * Reset the internal WeatherInfo struct of the class so that |